masterthesis/appendix.tex
Valentin Brandl cb2cd8383f Content
2022-04-08 18:23:44 +02:00

35 lines
621 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{}
\addcontentsline{toc}{section}{List of Listings}
\listoflistings{}
\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 :