Document Classes ⇒ Remove fancy heading at contents page
Remove fancy heading at contents page
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Remove fancy heading at contents page
Code: Select all
\addtocontents{toc}{\protect\thispagestyle{empty}}
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