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 Distributions
simpletex-0.1.3.zip
(11.5 kB
view details)
simpletex-0.1.3.tar.gz
(6.4 kB
view details)
simpletex-0.1.3.tar.bz2
(5.7 kB
view details)
File details
Details for the file simpletex-0.1.3.zip
.
File metadata
- Download URL: simpletex-0.1.3.zip
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ea03ea619ea3d0d7d640f4fa338961da7c894ed5a400a326655d6abce3fd162c
|
|
MD5 |
c6245b932a9378d13320783fa1d44c92
|
|
BLAKE2b-256 |
8360ff93d671fb6d345b628b1c95e565e78e00937bd5e69edc9745718c30c7f1
|
File details
Details for the file simpletex-0.1.3.tar.gz
.
File metadata
- Download URL: simpletex-0.1.3.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d63616932f6d19961d3f2c0c91408485aea045624f23bde0d92cb002dfb2ae31
|
|
MD5 |
dc72aef7ff992b4ccefc8bc2b3f727e6
|
|
BLAKE2b-256 |
b7047e9c38ce9b72fd59c4cee215723a1ceae987ed5770bf7b3c51e079ea5c0e
|
File details
Details for the file simpletex-0.1.3.tar.bz2
.
File metadata
- Download URL: simpletex-0.1.3.tar.bz2
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9b81a05ee3fa11a0d847aef36907240a2df3612e40310f25cf4986abc3a0c6f0
|
|
MD5 |
06493b5b8b04c87f20f07a6a32865772
|
|
BLAKE2b-256 |
cc177ddf2a0341dc064897b38e7d383ba3fd0e6d579bb0a4fe2fa8f9116b65fe
|