Hey guys
I have a problem with my header.
I am writing a project where I am adding a nomenclature list after my bibliography. I have taken the easy way and instead of making LaTeX generate a nomenclature list, I have used the \chapter*{} command. To get this nomenclature list into the Toc, I have used the \addcontentsline command.
This is however a problem when the header I am using keeps going down, since the chapter doesn't show up as a 'real' chapter.
I have tried to use \thispagestyle{plain} however this disrupts the configuration of numbering on that page, and removes the header completely. Are there any easy way to configure the header, to not let the bibliography header continue down into the unnumbered chapter.?
Page Layout ⇒ Header going on when I have unnumbered chapter
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Header going on when I have unnumbered chapter
\chapter*{...}
\markboth{...}{...}
\markboth{...}{...}