Skip to main content

Latex Document Generation

Project description

Documentation Status

simpletex: Simple LaTeX Documents

simpletex is a Python library for automatically generating LaTeX documents. It is extremely easy to use:

from simpletex import write, save
from simpletex.document import Document, Section, Subsection

with Document(size='11pt'):
    with Section('Section Name'):
        with Subsection('Subsection Name'):
            write('Hello World!')

save('filename.tex')

Full documentation can be found at http://simpletex.readthedocs.io/.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page