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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- 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}}