From 991d39d4c35e3afe0ece9497fde44ad61d2c4ef0 Mon Sep 17 00:00:00 2001 From: teridax Date: Fri, 15 Sep 2023 16:30:56 +0200 Subject: [PATCH] fixed header for tables --- pages/page-03-lock-notice.tex | 3 +-- pages/page-07-indices.tex | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/page-03-lock-notice.tex b/pages/page-03-lock-notice.tex index fdf2cc7..58d02b2 100644 --- a/pages/page-03-lock-notice.tex +++ b/pages/page-03-lock-notice.tex @@ -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 \ No newline at end of file diff --git a/pages/page-07-indices.tex b/pages/page-07-indices.tex index 8d2d896..a5f262b 100644 --- a/pages/page-07-indices.tex +++ b/pages/page-07-indices.tex @@ -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