fixed header for tables
This commit is contained in:
parent
92834b524e
commit
991d39d4c3
|
@ -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
|
|
@ -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
|
||||
|
|
Reference in New Issue