Concatenates LateX documents.
Project description
TLDR: CaTeX Concatenates LaTeX documents.
Install
Run in the terminal:
$ pip install catex
Done!
Use
To concatenate first_doc.tex and second_doc.tex, just run:
$ catex -i first_doc.tex -i second_doc.tex -o output.tex
If you want to directly compile it to PDF, simply:
$ catex -i first_doc.tex -i second_doc.tex -o output.pdf
If no output file is selected then the output will be displayed in std_out.
Test
Run $ py.test tests.
Contribute
You can use Github’s issues to provide feedback and report bugs.
This is the alpha version.
Tested pull requests are welcome.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
CaTeX-0.0.10.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for CaTeX-0.0.10-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21be85101b71d5e3d34cbe780b36b75a96de1bc4547321b40e52e06799dbcaaa |
|
MD5 | 05ce9837d404a9b9292a4cea03735f15 |
|
BLAKE2b-256 | e5dd21c4e8af5d8b5b8ebcf76abef7032517a3bdbd6c9a1f9e6491a52f28586a |