I'm using the package to draw headlines and footlines. I noticed that the footline on the first page containing a footline is always a bit off (i.e. set just a few points higher) in comparison to the footlines of the following pages. Maybe it's also a bit more thick, not sure about that.
This applies only to the first footline appearing in the document, all the others are fine (identical to each other). I.e. when I offset the first appearance of footlines and headlines using \pagestyle{empty}, it still happens on the first page with a footline. This is also not dependent in any way on the content of a page, I've tried various almost empty pages, full pages, pages with floats - no difference.
It's only noticeable when comparing the pages in full view, but anyway.. Has anybody else noticed this? Is this a bug in the package, or maybe I'm doing something wrong after all. The code is copied from an online example, so presumably nothing wrong there..
Code: Select all
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0.4pt}
\fancyhf{} %alle Kopf- und Fußzeilenfelder bereinigen
\fancyhead[L]{\bfseries Studienarbeit} %Kopfzeile links
\fancyhead[C]{} %zentrierte Kopfzeile
\fancyhead[R]{\bfseries André} %Kopfzeile rechts
\renewcommand{\headrulewidth}{0.4pt} %obere Trennlinie
\fancyfoot[C]{\bfseries Seite \thepage} %Seitennummer
\renewcommand{\footrulewidth}{0.4pt} %untere Trennlinie