Hi,
I'm new with LaTeX and I'm using the \fancyhdr package.
But I can't remove the header on the 2d page of my table of contents.
Moreover, I still want to have the page number on this page!
Would anyone know how to deal with this, please?
D
General ⇒ Remove header on 2d page of table of contents
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Remove header on 2d page of table of contents
Hi Yacoucha,
welcome to the board!
Try:
Stefan
welcome to the board!
Try:
Code: Select all
{\pagestyle{plain}
\tableofcontents
\cleardoublepage}
LaTeX.org admin
Re: Remove header on 2d page of table of contents
Thanks so much!
It worked like a charm!
D
It worked like a charm!
D