Initial commit

This commit is contained in:
Leon Etienne
2022-05-19 09:11:50 +02:00
commit d3d69b4d1f
30 changed files with 642 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
all:
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate table of contents (ToC)
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate ToC page indices taking account the new ToC file
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate PDF with new ToC
rm -f kapitel/*.aux *.aux *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files