Fix minitocs, add global toc/lof/lot

This commit is contained in:
jaseg 2025-06-13 14:18:38 +02:00
parent 9bec99b729
commit 3064b5a008
4 changed files with 8 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,4 +1,6 @@
*.log
*.lof
*.lot
*.aux
*.run.xml
*.bcf

View file

@ -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

View file

@ -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

View file

@ -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