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]{}
Regards,
Chris
Code: Select all
\fancyfoot[C]{}
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
Code: Select all
\fancypagestyle{plain}{...}
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:[…] I get a page number in the footer, every time a chapter starts, even if I have the following command in my preamble […]
A minimal example is enough.chrisr34000 wrote:[…] Should I include all the code of my document? […]
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