Text FormattingNumbering in the footer even if numbering in footer disabled

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
chrisr34000
Posts: 10
Joined: Mon Aug 15, 2011 9:40 pm

Numbering in the footer even if numbering in footer disabled

Post by chrisr34000 »

Hi!

I get a page number in the footer, every time a chapter starts, even if I have the following command in my preamble:

Code: Select all

\fancyfoot[C]{}
Should I include all the code of my document?

Regards,
Chris

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
Stefan Kottwitz
Site Admin
Posts: 10350
Joined: Mon Mar 10, 2008 9:44 pm

Numbering in the footer even if numbering in footer disabled

Post by Stefan Kottwitz »

Hi Chris,

you don't have just the choice between posting an line and the whole document. Usually nobody needs a whole document of many pages, so that's not an option - but a very reduced, but compilable example, which shows the problem, is always meaningful.

Here I can recommend using

Code: Select all

\fancypagestyle{plain}{...}
see the fancyhdr manual how this can be used.

Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Numbering in the footer even if numbering in footer disabled

Post by localghost »

chrisr34000 wrote:[…] I get a page number in the footer, every time a chapter starts, even if I have the following command in my preamble […]
This behaviour is quite usual, since every chapter page is typeset with the »plain« page style. But the fancyhdr manual tells you clearly how you can change that.
chrisr34000 wrote:[…] Should I include all the code of my document? […]
A minimal example is enough.


Thorsten
Post Reply