An open API service indexing awesome lists of open source software.

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

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)