initial commit
This commit is contained in:
6
compile.sh
Executable file
6
compile.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
|
||||
# Delete all cache files as they spam the working directory
|
||||
./flushcache.sh
|
||||
Reference in New Issue
Block a user