Page Layoutfancyhdr | Header and Footer on Chapter Pages

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
MatthiasN
Posts: 41
Joined: Sun Mar 11, 2012 1:21 pm

fancyhdr | Header and Footer on Chapter Pages

Post by MatthiasN »

To adjust my header and footer layout, I use the fancyhdr package

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

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

fancyhdr | Header and Footer on Chapter Pages

Post by localghost »

A solution to this problem can be found in different ways (in order of priority).
  1. A Forum Search.
  2. A look into the fancyhdr manual (Section 7).
  3. A look at similar topics on the button of this page (only when logged in).

Best regards and welcome to the board
Thorsten
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

fancyhdr | Header and Footer on Chapter Pages

Post by Stefan Kottwitz »

Hi Matthias,

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 fancyhdr manual in 7 Redefining plain style.

Stefan
LaTeX.org admin
Post Reply