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

Uploaded Source

File details

Details for the file simpletex-0.2.3.tar.gz.

File metadata

  • Download URL: simpletex-0.2.3.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for simpletex-0.2.3.tar.gz
Algorithm Hash digest
SHA256 47b424ad5a2fd492f6adb898f8b14e95c21abac8d1f4a8e8317f5b449d5fb83e
MD5 e6d6dcb9c4b8828d283ba1381fd50a4d
BLAKE2b-256 fbd2c4d6d806869181ab7a4af5c072444277f5afd9732abbcb4548d6dae7e2a1

See more details on using hashes here.

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