Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Vogel 911370409b glossary title now displayed when section is empty 2023-09-15 17:02:22 +02:00
Sven Vogel 991d39d4c3 fixed header for tables 2023-09-15 16:30:56 +02:00
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,4 @@
\addcontentsline{toc}{section}{Sperrvermerk}
\thispagestyle{empty}
\cleardoublepage
\begin{center}
\vspace*{2cm}
@ -15,6 +14,6 @@
Ort, Datum & Unterschrift \\
\end{tabularx}
\end{center}
\thispagestyle{empty}
\pagebreak
\newpage

View File

@ -6,18 +6,21 @@
\cleardoublepage
\addcontentsline{toc}{section}{Inhaltsverzeichnis}
\tableofcontents
\thispagestyle{fancy} % use custom fancy header and footer
\newpage
% figures
\cleardoublepage
\addcontentsline{toc}{section}{\listfigurename}
\listoffigures
\thispagestyle{fancy} % use custom fancy header and footer
\newpage
% tables
\cleardoublepage
\addcontentsline{toc}{section}{\listtablename}
\listoftables
\thispagestyle{fancy} % use custom fancy header and footer
\newpage
% code listings
@ -34,7 +37,10 @@
\printnomenclature
\newpage
\renewcommand{\glossaryname}{Glossar}
% define custom german title for glossary lisitng
\addcontentsline{toc}{section}{Glossar} % add table of contents entry
\section*{Glossar} % add unumbered title
\renewcommand{\glossarysection}[2][]{} % remove default title for section
\printglossaries
\newpage