From 3064b5a00852eb1ea877bab359632bade28d8caa Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 13 Jun 2025 14:18:38 +0200 Subject: [PATCH] Fix minitocs, add global toc/lof/lot --- .gitignore | 2 ++ Chapter_Makefile | 1 + Makefile | 1 + thesis.tex | 4 ++++ 4 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index dab99eb..3786286 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *.log +*.lof +*.lot *.aux *.run.xml *.bcf diff --git a/Chapter_Makefile b/Chapter_Makefile index f6e5744..0e211bb 100644 --- a/Chapter_Makefile +++ b/Chapter_Makefile @@ -36,5 +36,6 @@ update-figures: .PHONY: clean clean: rm -f **.aux **.bbl **.bcf **.log **.blg + rm -f **.mtc **.mtc* rm -f **.out **.run.xml **/texput.log diff --git a/Makefile b/Makefile index 5edff5d..33cfe0d 100644 --- a/Makefile +++ b/Makefile @@ -39,5 +39,6 @@ update-figures: .PHONY: clean clean: rm -f **.aux **.bbl **.bcf **.log **.blg + rm -f **.mtc **.mtc* **.maf **.toc rm -f **.out **.run.xml **/texput.log diff --git a/thesis.tex b/thesis.tex index d9e74f2..e3abccc 100644 --- a/thesis.tex +++ b/thesis.tex @@ -27,6 +27,10 @@ {\Large \textbf{Draft build}, git revision \texttt{\input{version}}} \fi +\tableofcontents +\listoffigures +\listoftables + \dochapter{chapter-introduction} % Status: TODO \dochapter{chapter-hsms} % Status: TODO \dochapter{chapter-ihsm} % Status: Copy-paste done, build works, integration TODO