I am running into a strange problem where I am using \listoftables in my thesis, but in the following chapter, the header of the page is still List Of Tables. This is what I have:
Code: Select all
\tableofcontents
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}
\listoftables
\addcontentsline{toc}{chapter}{List of Tables}
%
\chapter*{List of Abbreviations}
\addcontentsline{toc}{chapter}{List of Abbreviations}
%
\chapter*{Publications}
Is there anyway to remove headers from specific pages or close the \listoftables section in some way so that it does not interfere with the List of Abbreviations or Publications chapters?
Thanks in advance,
Michael