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
- localghost
- Site Moderator
- Posts: 9201
- 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[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Re: Headers on new chapter pages
Thank you very much!
This works awesome!
This works awesome!