Changeset 1261 for trunk/model/sources/math/latex/mathTexInline_od.odwidget
- Timestamp:
- 03/10/08 15:10:13 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/math/latex/mathTexInline_od.odwidget
r1165 r1261 13 13 resultatAgent('//', concat( 14 14 'resUri:src=src:', java:hGetUri(srcFileAgent()), 15 '?transform=latex2mathml&compatibility=OO&omitXmlDeclaration=yes&content=', java: replaceAll(string(resultatAgent('../../odContentZone_zMathTex')),"&", "%26"), '&transform=mml2odf',15 '?transform=latex2mathml&compatibility=OO&omitXmlDeclaration=yes&content=', java:java.net.URLEncoder.encode(java:replaceAll(string(resultatAgent('../../odContentZone_zMathTex')),"&", "%26")), '&transform=mml2odf', 16 16 '&;mutabledst=', resultatAgent('/@@/destPathBinaryTmp'), '/', resultatAgent('../../optimalOutFileName'), 17 17 ''
Note: See TracChangeset
for help on using the changeset viewer.