Page Layoutfancyhdr and first chapter page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
s.g.
Posts: 7
Joined: Tue Apr 14, 2009 4:06 pm

fancyhdr and first chapter page

Post by s.g. »

I'm using fancyhdr package, and I have put the page numbers on the bottom right part of the pages:

Code: Select all

\fancyhead{} 
\fancyfoot[LC]{} 
\fancyfoot[R]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\pagestyle{fancy}
Everything is ok, excepting first page of each chapter, where the page number gravitates all by itself to the center.

What can I do about that? Thanks in advance...

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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

fancyhdr and first chapter page

Post by localghost »

Chapter pages intentionally differ from the rest of the document for better recognition when browsing the printed output.

You have to redefine the plain page style. Section 7 (Redefining plain style, p. 7f) of the fancyhdr manual shows how to do that.


Best regards
Thorsten
s.g.
Posts: 7
Joined: Tue Apr 14, 2009 4:06 pm

Re: fancyhdr and first chapter page

Post by s.g. »

Thanks a lot. I should have read the whole manual before asking, but I'm a bit new to LaTex and with a manual per package...

I'll be more patient next time.
Post Reply