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

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: 10360
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