General ⇒ Remove header on 2d page of table of contents
Remove header on 2d page of table of contents
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
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Remove header on 2d page of table of contents
welcome to the board!
Try:
Code: Select all
{\pagestyle{plain}
\tableofcontents
\cleardoublepage}
Re: Remove header on 2d page of table of contents
It worked like a charm!
D