53 lines
626 B
TeX
53 lines
626 B
TeX
% !TEX root = ../Main.tex
|
|
|
|
% ==== TOC =====
|
|
{
|
|
\newpage
|
|
\blenderfont
|
|
\vspace*{-5.5em}
|
|
\tableofcontents
|
|
}
|
|
|
|
\vspace{\fill}
|
|
|
|
% ==== List of Figures ====
|
|
\newpage
|
|
{
|
|
\noindent
|
|
\blenderfont
|
|
\vspace*{-6em}
|
|
\listoffigures
|
|
}
|
|
|
|
% ==== List of Tables ====
|
|
{
|
|
\noindent
|
|
\blenderfont
|
|
\listoftables
|
|
}
|
|
|
|
% ==== List of Equations ====
|
|
{
|
|
\noindent
|
|
\blenderfont
|
|
\listofmyequations
|
|
}
|
|
|
|
% ==== Glossary =====
|
|
{
|
|
\noindent
|
|
\blenderfont
|
|
{
|
|
\renewcommand*{\entryname}{Wort}
|
|
\newpage
|
|
\vspace*{-2.25em}
|
|
\printglossary
|
|
}
|
|
{
|
|
\renewcommand*{\entryname}{Abkürzung}
|
|
\newpage
|
|
\vspace*{-2.25em}
|
|
\printglossary[type=\acronymtype]
|
|
}
|
|
}
|