I've discovered the error. It was due to my bad use of \renewcommand when changing the header. I wanted to skip the name of the section in the header, and only display the chaptername, as they overlapped.
This works fine:
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead[LE,RO]{}
-Andreas
Search found 2 matches
- Wed Oct 07, 2009 10:27 am
- Forum: Page Layout
- Topic: Section text occurs twice - also below the head.
- Replies: 2
- Views: 2556
- Tue Oct 06, 2009 5:48 pm
- Forum: Page Layout
- Topic: Section text occurs twice - also below the head.
- Replies: 2
- Views: 2556
Section text occurs twice - also below the head.
I get this annoying error in my layout:
Andreas
This error applies to the section level headings only. Chapter, subsection, etc. work fine. Anyone knows how to fix this?Andreas