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.2.1.zip
(17.5 kB
view details)
simpletex-0.2.1.tar.gz
(10.4 kB
view details)
simpletex-0.2.1.tar.bz2
(9.2 kB
view details)
File details
Details for the file simpletex-0.2.1.zip.
File metadata
- Download URL: simpletex-0.2.1.zip
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
792b2f27f05e559aaf41d92346bfc1d410a30ce307b63da0493f07797acff49f
|
|
| MD5 |
e6ac7c61d7f8b91c69d5d7c456f2fc37
|
|
| BLAKE2b-256 |
2700f34a30098484789d92421bc0d3930090341b906469aa13af2d9c69ecde58
|
File details
Details for the file simpletex-0.2.1.tar.gz.
File metadata
- Download URL: simpletex-0.2.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4994b7e3571c6c8e60a6c7a92298ef2c495c32693260e8df7117f0a9429fc500
|
|
| MD5 |
9fce3cdbb853c296cd2aeaddfb2c9bbb
|
|
| BLAKE2b-256 |
f5635ae2f962549412314126488501f3d2dd91c65e49cdaaf1e8b72b0e95d05b
|
File details
Details for the file simpletex-0.2.1.tar.bz2.
File metadata
- Download URL: simpletex-0.2.1.tar.bz2
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e6401e20ed8c74961a7271322a6a930239885a4823c38befaf1ae70a484302a
|
|
| MD5 |
ba9ba5de912d232c53fba76c12c90f28
|
|
| BLAKE2b-256 |
0aefd9cb7dcd607d5609820c15e5e907574120cca919404c4eb8facaa2f4900d
|