Search found 2 matches

by andyberg
Wed Oct 07, 2009 10:27 am
Forum: Page Layout
Topic: Section text occurs twice - also below the head.
Replies: 2
Views: 2556

Re: Section text occurs twice - also below the head.

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
by andyberg
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:
section.jpg
section.jpg (10.21 KiB) Viewed 2553 times
This error applies to the section level headings only. Chapter, subsection, etc. work fine. Anyone knows how to fix this?

Andreas