[Tex/LaTex] Rendering MathML in LaTeX

math-modemathml

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.

Best Answer

You can get TeX to parse the MathML, see for example xmltex, https://www.ctan.org/pkg/xmltex which comes with some mathml setup, however I wouldn't do it that way these days, I'd convert the MathML using XSLT, see for example pmml2tex which is available on github