Added README to buildpdf

This commit is contained in:
Marcel Kapfer 2017-07-29 21:49:04 +02:00
parent e9bc220561
commit d35bda97a5
1 changed files with 23 additions and 0 deletions

23
buildpdf/README.md Normal file
View File

@ -0,0 +1,23 @@
## 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
- [https://mmk2410.org/2015/01/06/107/](Bash script for LaTeX users)
- [https://mmk2410.org/2015/01/09/update-bash-script-for-latex-users/](UPDATE: Bash script for LaTeX users)