add build script

This commit is contained in:
2023-09-19 18:05:27 +02:00
parent 426a43b0e9
commit 7e0a041a1a
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
# Jak vytvořit
- pdflatex zpevnik.tex
- dvakrát
- ./build.sh
- pdfbook2 zpevnik.pdf

6
build.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
rm *.aux *.toc *.log *.dvi *.pdf
pdflatex zpevnik.tex\
&&\
pdflatex zpevnik.tex