py2latex

Create LaTeX documents with Python, Markdown and Jinja2.

Functions:

make_document(outfile, *elements[, glossary])

Construct a LaTeX document from the given elements.

make_document(outfile, *elements, glossary='')[source]

Construct a LaTeX document from the given elements.

Parameters