15 lines
399 B
TeX
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 |