masterthesis/appendix.tex
Valentin Brandl 48eb7891af Content
2022-04-08 01:43:49 +02:00

30 lines
539 B
TeX

\appendix
% TODO: add to table of contents?
\addcontentsline{toc}{section}{List of Figures}
\listoffigures
\clearpage
% TODO: add to table of contents?
\addcontentsline{toc}{section}{List of Tables}
\listoftables
\clearpage
% TODO: add to table of contents?
\printacronyms[name=List of Acronyms,pages={display=all}]{}
\clearpage
% TODO: add to table of contents?
\printbibliography[heading=bibintoc]{}
\clearpage
\begin{otherlanguage}{ngerman}
\makedeclaration{}
\end{otherlanguage}
% vim: set filetype=tex ts=2 sw=2 tw=0 et :