Skip to content

Home

Documentation Status PyPI Version

This is a simple library to generate images from tex snippets.

It uses the standalone latex package to produce PDFs that are already set to an appropriate size, and then uses poppler to convert the PDF to an image. You must make sure that pdflatex (available from TeX Live) and pdftoppm (available in many package managers, and usually distributed as part of poppler-utils) are available for python to execute.

Quickstart

See Quickstart.