https://github.com/vivi90/latex-compile-pdf
Simple LaTeX to PDF compile script
https://github.com/vivi90/latex-compile-pdf
biber bibtex compile latex pdf shellscript xelatex
Last synced: about 2 months ago
JSON representation
Simple LaTeX to PDF compile script
- Host: GitHub
- URL: https://github.com/vivi90/latex-compile-pdf
- Owner: vivi90
- License: cc-by-4.0
- Created: 2021-03-20T15:04:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T18:25:32.000Z (about 5 years ago)
- Last Synced: 2025-02-27T10:59:17.962Z (over 1 year ago)
- Topics: biber, bibtex, compile, latex, pdf, shellscript, xelatex
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Simple LaTeX to PDF compile and cleanup script
## Install
Just issue the command `sudo cp lcp.sh /usr/bin/lcp`.
## Usage
Everytime you want to compile, just run `lcp example` (please replace `example` with the name of your LaTeX file **without `*.tex`**).
For an additional cleanup (except *.pdf files), use the `-c` option.
## License
This project is free software under the terms of the CC BY 4.0 license.
For more details please see the LICENSE file or: [Creative Commons](http://creativecommons.org/licenses/by/4.0)
## Credits
* 2021 by Vivien Richter
* Git repository: [GitHub](https://github.com/vivi90/latex-compile-pdf.git)