Search found 1 match

by FlorianG
Tue Dec 21, 2010 12:41 pm
Forum: Page Layout
Topic: Different header for chapter and list pages
Replies: 1
Views: 1563

Different header for chapter and list pages

Hello,

I have a layout problem, which consumes a lot of time without any results.

I use the fancyhdr pkg and add a header rule:

\documentclass[twoside,openright,a4paper,11pt]{book}

\usepackage{fancyhdr}
% pagestyle
\pagestyle{fancy}
\fancyhf{}
\fancyhead[RO]{\slshape \rightmark}
\fancyhead[LE ...