Page Layout ⇒ Wrong Header in Nomenclature
Wrong Header in Nomenclature
I have included the list of abbreviations in my thesis using the nomencl package:
PREAMBLE:
\usepackage[intoc]{nomencl}
\renewcommand{\nomname}{List of Abbreviations}
\renewcommand{\nomlabel}[1]{\textbf{#1}}
\makenomenclature
MAIN DOCUMENT:
\tableofcontents
\listoffigures
\listoftables
\printnomenclature[1.5cm]
I have the correct list of abbreviations, with the correct entry in the TOC, but an annoying issue. The LOA is preceded by the List of Tables. When I compile the document, the header of the LOA remains 'List of Tables', and not 'List of Abbreviations' as I would like. I have googled it but could not find any solution, do you have any idea?
I use Miktex 2.8 and TeXnicCenter 1.0.
thanks in advance
Mauri
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Wrong Header in Nomenclature
welcome to the board!
You could use
Code: Select all
\renewcommand*{\nompreamble}{\markboth{\nomname}{\nomname}}