2022-01-02 16:46:46 +01:00

9 lines
428 B
Bash
Executable File

#/bin/bash
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate table of contents (ToC)
bibtex main.aux # Build bibliography
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