Skip to content
Snippets Groups Projects
Commit 4fd512e6 authored by Jarko Papalitsas's avatar Jarko Papalitsas
Browse files

Fix page header on multipage bibliography

parent 13c8c4f3
No related branches found
No related tags found
1 merge request!5Fix page header on multipage bibliography
Pipeline #23254 passed
...@@ -368,14 +368,15 @@ ...@@ -368,14 +368,15 @@
\renewcommand{\baselinestretch}{1.655} \renewcommand{\baselinestretch}{1.655}
%% Modify the \printbibliography command %% Modify the \printbibliography command
\defbibheading{bibliography}{ \defbibheading{bibliography}[\refs]{
\ifutuftthesis@countbibpages \ifutuftthesis@countbibpages
\else \else
% label here if we don't include the bibliography in the page count % label here if we don't include the bibliography in the page count
\label{endofpages} \label{endofpages}
\fi \fi
\chapter*{\refs} \chapter*{#1}
\addcontentsline{toc}{chapter}{\refs} \markboth{\MakeUppercase{#1}}{}
\addcontentsline{toc}{chapter}{#1}
} }
%% backup the old \printbibliography %% backup the old \printbibliography
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment