I am having problem with the page header when using Nomenclature. The header of the Nomenclature page is showing "List of Figures". I am using the following code:
Code: Select all
\makeheadrule{headings}{\textwidth}{\normalrulethickness}
\pagestyle{headings}
\nouppercaseheads
\makeoddhead{headings}{\normalfont\bfseries\rightmark}{}{\normalfont\bfseries\thepage}
\makeevenhead{headings}{\normalfont\bfseries\rightmark}{}{\normalfont\bfseries\thepage}
\tableofcontents
\clearpage
\listoftables
\clearpage
\listoffigures
\clearpage
\addcontentsline{toc}{chapter}{Nomenclature}
Best regards
Ho