DescriptionA versatile program and Python module to allow conversion of LaTeX math equations in to PNG images. Currently supports generating equations in the standard $...$ LaTeX math environment style. Requirements- Python 2.5
- latex
- dvipng (tested with version 1.9)
UsageStandaloneRun latexmath2png.py --help for instructions and available options. ModuleImport latexmath2png and use the math2png(...) function to generate output.
|