Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Alexis-benoist/CaTeX
Concatenates LaTeX documents.
https://github.com/Alexis-benoist/CaTeX
Last synced: about 2 months ago
JSON representation
Concatenates LaTeX documents.
- Host: GitHub
- URL: https://github.com/Alexis-benoist/CaTeX
- Owner: Alexis-benoist
- License: apache-2.0
- Created: 2016-07-07T20:47:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:15:02.000Z (about 2 years ago)
- Last Synced: 2024-11-08T05:02:23.285Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-LaTeX - CaTeX - Concatenates LaTeX documents with attention for properly merging the preamble. (Misc. Tools / GitHub Actions)
README
# CaTeX
`TLDR`: `CaTeX` `C`oncatenates L`aTeX` documents with attention for properly merging the preamble.
## 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.