Page LayoutHeader going on when I have unnumbered chapter

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Vunde
Posts: 5
Joined: Tue Dec 09, 2008 10:11 am

Header going on when I have unnumbered chapter

Post by Vunde »

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.?

Recommended reading 2024:

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

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

daleif
Posts: 199
Joined: Wed Nov 19, 2008 12:46 am

Re: Header going on when I have unnumbered chapter

Post by daleif »

\chapter*{...}
\markboth{...}{...}
Post Reply