Fix bibliography not being rendered

This commit is contained in:
Leonetienne 2022-05-19 11:08:05 +02:00 committed by Leonetienne
parent 45bc588eb7
commit e4b91cd226
No known key found for this signature in database
GPG Key ID: 0297FC11AD9236EF

View File

@ -1,6 +1,7 @@
all:
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate table of contents (ToC)
bibtex main.aux
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
rm -f kapitel/*.aux *.aux *.bbl *.blg *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files