My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Description

A 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)

Usage

Standalone

Run latexmath2png.py --help for instructions and available options.

Module

Import latexmath2png and use the math2png(...) function to generate output.

Powered by Google Project Hosting