I'm playing around with the fancy headers package and I would like to have the same headers on a page where a new chapter starts (and LaTeX erases the current header) as on the pages where only sections are.
Can somebody help me with this, because I really don't know...
Thanks in advance
Greets Roel
General ⇒ Headers on new chapter pages
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Headers on new chapter pages
You can achieve that in two ways. Redefine the fancy plain style. For that refer to the documentation of the fancyhdr package (Section 7 - Redefining plain style, p. 7ff). Or you add the command to set the fancy pagestyle after every \chapter command.
Code: Select all
\chapter{A Chapter}\label{chp:chapter}
\thispagestyle{fancy}
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Headers on new chapter pages
Thank you very much!
This works awesome!
This works awesome!