|
Project Information
Links
|
Mathtex is a parser and renderer for LaTeX math expressions. Based off of the Mathtex component of the Python plotting library, matplotlib. News
DownloadsThe most recent stable release of mathtex is 0.3. It can be downloaded here: http://mathtex.googlecode.com/files/mathtex-0.3.tar.gz. FeaturesAlthough much work is still needed mathtex currently supports a reasonable subset of the LaTeX math grammar using either computer modern, STIX, or unicode fonts. In addition to a native Python interface, mathtex also includes a command line utility, which can often replace the traditional latex + dvipng work-flow for rendering math. Currently two backends are provided: Image and Cairo. While the Image backend is limited to bitmap output the Cairo backend is able to render equations to any of the formats supported by the cairo library. This includes: SVG, PDF and PostScript. |