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/.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
simpletex-0.1.2.zip
(11.4 kB
view details)
simpletex-0.1.2.tar.gz
(6.3 kB
view details)
simpletex-0.1.2.tar.bz2
(5.6 kB
view details)
File details
Details for the file simpletex-0.1.2.zip.
File metadata
- Download URL: simpletex-0.1.2.zip
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
316db350ba6941fd95d1249e948656cfd6d8140f8b7875c4358315ac6c5f0d44
|
|
| MD5 |
23901d4d48608a37d15f9861aac177e6
|
|
| BLAKE2b-256 |
93e715da85d3ccab6572fa36c8e4f24b4986dbbfcbfd49f8cf67d436bf579da0
|
File details
Details for the file simpletex-0.1.2.tar.gz.
File metadata
- Download URL: simpletex-0.1.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51d36bd5b3a924cd3ae02ff5d88f6d873253936131d533a0b1cf81736e31f87e
|
|
| MD5 |
90d36aeeac16c6c96ecaa93bb266c5fe
|
|
| BLAKE2b-256 |
fe9265634cca6ddadd933fee3e59c665025c1d7ebb20aafaf2e8a9d00372c222
|
File details
Details for the file simpletex-0.1.2.tar.bz2.
File metadata
- Download URL: simpletex-0.1.2.tar.bz2
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
623d5e86e03d0e2d237677ab1ff4e1671180380d5ea48c19eb157a4a1fab88ab
|
|
| MD5 |
b2351b8458868ce574af73bb1fb7fdf8
|
|
| BLAKE2b-256 |
23c021675c1070ab0d5ac405cd06f88531ab527b0a356af0181b42ec7db1db61
|