Page LayoutRemoving Contents from header for abstract page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
shahidh7458
Posts: 1
Joined: Fri Aug 09, 2013 3:38 pm

Removing Contents from header for abstract page

Post by shahidh7458 »

First of all, I am pretty new to LaTeX and I have been trying to remove the Contents from the header in my Abstract page. The headers are displayed perfectly on all my pages except that the "Contents" is shown in the header of my Abstract page where as it should be "Abstract"

Code: Select all

\thispagestyle{empty}
\pagestyle{empty}
None of them work
I use the fancyhdr package in my preamble

It would be really great if someone could help me

Thanks and Regards,
Shahid
Attachments
Abstract.JPG
Abstract.JPG (12.3 KiB) Viewed 3417 times
Last edited by cgnieder on Sat Aug 10, 2013 2:29 pm, edited 1 time in total.

Recommended reading 2024:

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

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Removing Contents from header for abstract page

Post by Johannes_B »

There could be many reasons for this behaviour and all we can do right now is guess. Please try to prepare a minimal working example, so the problem is demonstrated by some code. This gives us the ability to test possible solutions, too.

Best regards
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply