converting a latex code to mathml or svg code in python
问题 Is there any python code that allow take a latex code (for equations) and parse it to mathml or svg code ? A simple function that take as argument a string (the latex code) and output a string (the svg or mathml code) would be perfect. PS. I've found this http://svgkit.sourceforge.net/SVGLaTeX.html but it's a web based project and not sure how to use it. EDIT: or in any language (not obligatory python), or at least an exe file that can be simply executed by a command line to do that (without