Skip to content
Snippets Groups Projects
Commit aac612af authored by Philipp Koerner's avatar Philipp Koerner
Browse files

Problem: page style of listoffigures etc. is not consistent with rest of thesis

Solution: add more \thispagestyle{headings} after calling \listofxyz
parent f0390dee
No related branches found
No related tags found
Loading
Pipeline #114252 passed
......@@ -160,15 +160,15 @@
\backmatter
%% Listings of figures, tables, etc. Delete what is not needed.
\listoffigures
\listoffigures\thispagestyle{headings}
\listoftables
\listoftables\thispagestyle{headings}
% Algorithms
\listofalgorithms
\listofalgorithms\thispagestyle{headings}
% Code Listings
\lstlistoflistings
\lstlistoflistings\thispagestyle{headings}
\clearpage
\bibliography{references}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment