23 lines
No EOL
698 B
Markdown
23 lines
No EOL
698 B
Markdown
## buildpdf.sh
|
|
**buildpdf** is a small script for LaTeX users who want to generate a pdf from their LaTeX source code in regular periods.
|
|
|
|
### How to use
|
|
|
|
To use it download the script from GitLab and make it executable with
|
|
|
|
```
|
|
chmod +x buildpdf.sh
|
|
```
|
|
|
|
Then run it:
|
|
|
|
```
|
|
./buildpdf.sh filename [build amount] [time between builds in s]
|
|
```
|
|
|
|
You have to give a filename as an argument and you're able to set, how much builds you wanna create and how much time should be between these builds.
|
|
|
|
### Further information
|
|
|
|
- [Bash script for LaTeX users](https://mmk2410.org/2015/01/06/107/)
|
|
- [UPDATE: Bash script for LaTeX users](https://mmk2410.org/2015/01/09/update-bash-script-for-latex-users/) |