Page Layout ⇒ fancyhdr | Header and Footer on Chapter Pages
fancyhdr | Header and Footer on Chapter Pages
With this package I can adjust my headers and footers the way I like, but on pages where I start a new chapter I only get the page number printed in the center of the footer.
Are there any commands I can use to change the header and footer layout of pages on which new chapters start, independently from the other pages?
Greetz
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
fancyhdr | Header and Footer on Chapter Pages
- A Forum Search.
- A look into the fancyhdr manual (Section 7).
- A look at similar topics on the button of this page (only when logged in).
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
fancyhdr | Header and Footer on Chapter Pages
welcome to the board!
You could use the command
\fancypagestyle{plain}{...}
for this. Chapter start pages have plain
page style. It's described in the 
Stefan