diff --git a/latex/utuftthesis.cls b/latex/utuftthesis.cls index 5ef98654c53efc2214de49eeab1f65695c41fd57..3c2e6909fdda0ad22190bda60c3626bd9298e373 100644 --- a/latex/utuftthesis.cls +++ b/latex/utuftthesis.cls @@ -368,14 +368,15 @@ \renewcommand{\baselinestretch}{1.655} %% Modify the \printbibliography command -\defbibheading{bibliography}{ +\defbibheading{bibliography}[\refs]{ \ifutuftthesis@countbibpages \else % label here if we don't include the bibliography in the page count \label{endofpages} \fi - \chapter*{\refs} - \addcontentsline{toc}{chapter}{\refs} + \chapter*{#1} + \markboth{\MakeUppercase{#1}}{} + \addcontentsline{toc}{chapter}{#1} } %% backup the old \printbibliography