8 lines
417 B
Bash
Raw Normal View History

2021-10-28 09:42:13 +02:00
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate table of contents (ToC)
2022-01-02 15:19:25 +01:00
bibtex main.aux # Build bibliography
2021-10-28 09:42:13 +02:00
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
# Delete all cache files as they spam the working directory
./flushcache.sh