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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- 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: 10348
- 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