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
+1 -2
View File
@@ -1,4 +1,3 @@
# Jak vytvořit # Jak vytvořit
- pdflatex zpevnik.tex - ./build.sh
- dvakrát
- pdfbook2 zpevnik.pdf - pdfbook2 zpevnik.pdf
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
rm *.aux *.toc *.log *.dvi *.pdf
pdflatex zpevnik.tex\
&&\
pdflatex zpevnik.tex