----- Original Message ----- From: "Roger McMurtrie" <[EMAIL PROTECTED]>
To: <lyx-users@lists.lyx.org>
Sent: Friday, July 22, 2005 5:03 AM
Subject: Page Style Fancy Problem


I am using the document class book with page style fancy.
However, footnotes on Chapter pages don't appear when viewed.
My LaTeX book suggests that maybe I should use \pagestyle{fancyplain} which I
tried putting in the preamble but this didn't work.
I imagine there's a simple solution but I can't find it.

What you need to use is

\fancypagestyle{plain}{
\renewcommand{\headrulewidth}{0pt}
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{}
\rfoot{}
}

The first line defines a new style for {plain} which all chapter title pages use by default. The second removes the line under the header.

THe remaining commands are not necessary but allow you the flexibility to add bits like page numbers etc if you don't want the page totally plain.

Hope this helps - it works for me.

Geoff



Roger


Reply via email to