Ignore:
Timestamp:
03/10/08 15:10:13 (4 years ago)
Author:
anp
Message:

debug intégration latex inline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/math/latex/mathTexInline_od.odwidget

    r1165 r1261  
    1313                        resultatAgent('//', concat( 
    1414                                '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', 
    1616                                '&;mutabledst=', resultatAgent('/@@/destPathBinaryTmp'), '/', resultatAgent('../../optimalOutFileName'), 
    1717                                '' 
Note: See TracChangeset for help on using the changeset viewer.