Hi everyone!
When you use \pagestyle{fancy} you get a line at the top of the page with the section name to the left and subsection to the right. I wonder if anyone knows how to remove this top line+text ONLY at the table of contents page? Thanks! Cheers,
Ida
Document Classes ⇒ Remove fancy heading at contents page
NEW: TikZ book now 40% off at Amazon.com for a short time.
Remove fancy heading at contents page
You can use
Code: Select all
\addtocontents{toc}{\protect\thispagestyle{empty}}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Remove fancy heading at contents page
gmedina wrote:You can useCode: Select all
\addtocontents{toc}{\protect\thispagestyle{empty}}
Hi! This worked like a charm, thank you so much! =)
Cheers,
Ida