Korrigiere Header-Sichtbarkeit - Header wird jetzt ab Seite 2 angezeigt

This commit is contained in:
Frederik Beimgraben 2025-10-30 01:58:27 +01:00
parent 2d78b806e3
commit 21d3a9c57c
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@
% ------------------------------------------------------------------------------ % ------------------------------------------------------------------------------
{ {
\newpage \newpage
\pagestyle{fancy} % Ensure fancy page style is active after title page
\blenderfont \blenderfont
\vspace*{-5.5em} \vspace*{-5.5em}
\tableofcontents \tableofcontents

View File

@ -84,4 +84,5 @@
\GetTitlePageDataTable \GetTitlePageDataTable
\end{titlepage} \end{titlepage}
\pagestyle{fancy} % Activate fancy page style after title page
} }