scripts/buildpdf
Marcel Kapfer fb7da029a9 buildpdf: fixed readme 2017-07-29 21:51:23 +02:00
..
LICENSE All scripts in one repository 2015-11-12 22:36:23 +01:00
README.md buildpdf: fixed readme 2017-07-29 21:51:23 +02:00
buildpdf.sh Further imporvements for buildpdf 2017-02-15 13:26:32 +01:00

README.md

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