Alexandre Gonçalves Jacarandá wrote:
> 
> On Thu, 1 Mar 2001, Herbert Voss wrote:
> 
> > \cfoot{}
> > \rfoot{\thepage}
> > \renewcommand\headrulewidth{0pt}
> > \renewcommand\footrulewidth{0pt}
> >
> This tip works but didn't on index and my first page...

i suppose, you have the book-class?
add in latex preamble behind the above commands

\fancypagestyle{plain}{%
  \fancyhf{}
  \fancyhead{}
  \fancyfoot[RE,RO]{\thepage}
}


Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/

Reply via email to