35 lines
621 B
TeX
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 :
|