On Fri, Oct 12, 2001 at 11:05:54PM +0200, Renaud MICHEL wrote:
> Le Jeudi 11 Octobre 2001 16:47, vous avez �crit :
> > I am using the plain book layout for my document and
> > I need to use the standard publishing-industry header:
> >
> > Lastname-PageNumber ie, Harris-1.
> >
> > Is this possible in LyX? If it is, please let me
> > know how to implement it.
>
> Here is a workaround, put a ref in the last page (at the end of the doc) then
> refer to it in your header (using the fancy pagestyle, read the doc of
> fancyhdr).
As far as I can tell, Richard does not need the last page number.
What he needs is to select "fancy" pagestyle in the document dialog,
and add the following lines to the preamble:
\fancyfoot[C]{Harris-\thepage}
\fancypagestyle{plain}{\fancyfoot[C]{Harris-\thepage}}