GeneralRemove header on 2d page of table of contents

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
yacoucha
Posts: 2
Joined: Wed Aug 13, 2008 3:17 pm

Remove header on 2d page of table of contents

Post by yacoucha »

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

Recommended reading 2024:

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

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

Post by Stefan Kottwitz »

Hi Yacoucha,

welcome to the board!
Try:

Code: Select all

{\pagestyle{plain}
\tableofcontents
\cleardoublepage}
Stefan
LaTeX.org admin
yacoucha
Posts: 2
Joined: Wed Aug 13, 2008 3:17 pm

Re: Remove header on 2d page of table of contents

Post by yacoucha »

Thanks so much!
It worked like a charm!

D
Post Reply