thesis-template/sections/contents.tex
2025-06-28 19:49:29 +02:00

15 lines
399 B
TeX

% !TeX root = ../thesis.tex
% table of contents
\tableofcontents % created table of contents on its own page
\newpage
% list of abbreviations on its own page
\printacronyms[sort=true, display=used, heading=section*, name={Acronyms}] % see documentation of acro package
\newpage
% list of figures on its own page
\listoffigures
\newpage
% list of tables on its own page
\listoftables