Initial commit

This commit is contained in:
Leon Etienne
2022-12-22 11:15:27 +00:00
commit 02eb14e2ba
30 changed files with 648 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +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 appendix/*.aux dexes/*.aux chapters/*.aux *.aux *.bbl *.blg *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files