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.4.zip
(15.4 kB
view details)
simpletex-0.1.4.tar.gz
(8.9 kB
view details)
simpletex-0.1.4.tar.bz2
(7.9 kB
view details)
File details
Details for the file simpletex-0.1.4.zip.
File metadata
- Download URL: simpletex-0.1.4.zip
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52ea4fff92a6732e62c3c75e383b2bbd36517f2633524887d9624a82ac128fa1
|
|
| MD5 |
a013183c351fb59e7bdbae4687b7621a
|
|
| BLAKE2b-256 |
de38a149cc66990e48bb30f4b25ed570a796f81102f65c0916bd9c3222a97bd9
|
File details
Details for the file simpletex-0.1.4.tar.gz.
File metadata
- Download URL: simpletex-0.1.4.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3aebd19cb0147ea3ef966fb8dc6fe831b60917db5c8fa7a571491e5014356c77
|
|
| MD5 |
842bf68a34659343e4cf502a3590d3fa
|
|
| BLAKE2b-256 |
ad0f40e2dca236a589bcd7d35b1b1913268f520e581b5ea60d93469e91e1fdd6
|
File details
Details for the file simpletex-0.1.4.tar.bz2.
File metadata
- Download URL: simpletex-0.1.4.tar.bz2
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb93de76873f7a23d23301a3a74bfc31a68ec87ce1e34112b4a33cf9bba724f6
|
|
| MD5 |
31eec66f6b5a359cf21091752edc3ba7
|
|
| BLAKE2b-256 |
f310c609aa9fbf42645b96917dbcea62248b4b3bc593ff0d44f40e61aaea188a
|