Page LayoutHeader problem with Nomenclature

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
jhho
Posts: 3
Joined: Mon Aug 18, 2008 5:15 pm

Header problem with Nomenclature

Post by jhho »

Dear all,

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}
Can anyone help with this problem? Thank you very much

Best regards
Ho

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Header problem with Nomenclature

Post by localghost »

Just use \markboth to accommodate the page style.


Thorsten
User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Header problem with Nomenclature

Post by Stefan Kottwitz »

If you're using the nomencl package you could redefine \nompreamble:

Code: Select all

\renewcommand{\nompreamble}{\markboth{Nomenclature}{Nomenclature}}
Stefan
LaTeX.org admin
Post Reply