Page LayoutProblem with header below the table of content

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
repy
Posts: 3
Joined: Sun May 17, 2015 4:18 pm

Problem with header below the table of content

Post by repy »

Hi,
I have a problem with my header. I set header like :

Code: Select all

\usepackage{fancyhdr}
\pagestyle{fancy}
\chead{\scriptsize{\textit{Proc. of the $19^{th}$ Int. Conference on Digital Audio Effects (DAFx-16), Brno, Czech republic, September, 2016}}}
\renewcommand{\headrulewidth}{0.0pt}

and averything is OK, but at pages below my table of content appear another header. I dont know how to set it correct, can somebody help me please ?
I think there is a extra word "content" in header
Attachments
This is incorrect header at all my pages below TOC
This is incorrect header at all my pages below TOC
Snímka.JPG (17.66 KiB) Viewed 6300 times
This is correct header up the TOC
This is correct header up the TOC
_2.JPG (12.84 KiB) Viewed 6300 times

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

Problem with header below the table of content

Post by Johannes_B »

This is a crosspost to TeX.Stackexchange.


You need to clear the header before getting new material in there. Use fancyhead{} to clear it, set the chead later.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
repy
Posts: 3
Joined: Sun May 17, 2015 4:18 pm

Problem with header below the table of content

Post by repy »

Johannes_B wrote:This is a crosspost to TeX.Stackexchange.
Thanks, but there are no posts for my problem :)
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Problem with header below the table of content

Post by Johannes_B »

I just updated my post above, that should give you a clue.

Please note, that crossposting is not allowed in many communities. I don't have a problem with them, as long as they are properly marked. You asked over there not even one hour ago. There are questions for clarification that you not responded to. Here are pictures and i can guess. But really, as it stands, the question cannot be answered for sure.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
repy
Posts: 3
Joined: Sun May 17, 2015 4:18 pm

Re: Problem with header below the table of content

Post by repy »

Thank you, your post solve my problem.
And, in the other way, I'm sorry for crossposting.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Problem with header below the table of content

Post by Johannes_B »

Glad to know all is fine now. Can you write up a self-answer linking here and give a little feedback on what the cause was? They would like to see the update as well. :-)
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