masterthesis/appendix.tex

35 lines
621 B
TeX
Raw Normal View History

2021-10-18 12:59:29 +02:00
\appendix
% TODO: add to table of contents?
2022-03-24 19:48:46 +01:00
\addcontentsline{toc}{section}{List of Figures}
2021-10-18 12:59:29 +02:00
\listoffigures
\clearpage
2022-03-17 19:20:38 +01:00
% TODO: add to table of contents?
2022-03-24 19:48:46 +01:00
\addcontentsline{toc}{section}{List of Tables}
2022-03-17 19:20:38 +01:00
\listoftables
2022-04-08 18:23:44 +02:00
\clearpage{}
\addcontentsline{toc}{section}{List of Listings}
\listoflistings{}
2022-03-17 19:20:38 +01:00
\clearpage
2021-10-18 12:59:29 +02:00
% TODO: add to table of contents?
2022-03-24 19:48:46 +01:00
\printacronyms[name=List of Acronyms,pages={display=all}]{}
2021-10-18 12:59:29 +02:00
\clearpage
2022-04-08 01:43:49 +02:00
% TODO: add to table of contents?
\printbibliography[heading=bibintoc]{}
\clearpage
2021-12-07 17:41:38 +01:00
\begin{otherlanguage}{ngerman}
\makedeclaration{}
\end{otherlanguage}
2021-10-18 12:59:29 +02:00
% vim: set filetype=tex ts=2 sw=2 tw=0 et :