Easy Latex Document Generation
Project description
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
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47b424ad5a2fd492f6adb898f8b14e95c21abac8d1f4a8e8317f5b449d5fb83e |
|
MD5 | e6d6dcb9c4b8828d283ba1381fd50a4d |
|
BLAKE2b-256 | fbd2c4d6d806869181ab7a4af5c072444277f5afd9732abbcb4548d6dae7e2a1 |