Skip to main content

Easy Latex Document Generation

Project description

https://badge.fury.io/py/simpletex.svg Documentation Status Build Status Coverage 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simpletex-0.2.3.tar.gz (10.5 kB view hashes)

Uploaded Source

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