diff --git a/buildpdf/README.md b/buildpdf/README.md new file mode 100644 index 0000000..8c25c3e --- /dev/null +++ b/buildpdf/README.md @@ -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) \ No newline at end of file