Fix minitocs, add global toc/lof/lot
This commit is contained in:
parent
9bec99b729
commit
3064b5a008
4 changed files with 8 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,6 @@
|
|||
*.log
|
||||
*.lof
|
||||
*.lot
|
||||
*.aux
|
||||
*.run.xml
|
||||
*.bcf
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
1
Makefile
1
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue