I have MathML that I need to render in my LaTeX document. Is there a recommended way of doing so?
So far, from googling, I've found MathParser - a Java converter. But I was hoping there might be a better way to do it.
|
I have MathML that I need to render in my LaTeX document. Is there a recommended way of doing so? So far, from googling, I've found MathParser - a Java converter. But I was hoping there might be a better way to do it. |
|||||
|
|
You can get TeX to parse the MathMl, see for example xmltex, http://anorien.csc.warwick.ac.uk/mirrors/CTAN/help/Catalogue/entries/xmltex.html which comes with some mathml setup, however I wouldnt do it that way these days, I'd convert the MathML using XSLT, see for example pmml2tex which is available on googlecode http://code.google.com/p/web-xslt/wiki/Overview |
|||
|
|