Jamie Faunt wrote:
> On Fri, 4 Jan 2002, Herbert Voss wrote:
>
>
>>Jamie Faunt wrote:
>>
>>
>>>On Fri, 4 Jan 2002, Herbert Voss wrote:
>>>
>>>Okay example attached.
>>>
>>ah, I see. For the title page put the command \thispagestyle{empty}
>>
>>in front of your first textline.
>>
>
> Ah-ha! Now that makes a difference -- even if it's ugly. I didn't get that
> it was in front of the first standard text line instead of the first line
> of the file.
with the (not seen) command \maketitle latex overwrites the
\thispagestyle-command.
> But now how do I get a \cfoot in there since now the added tex line
> defeats that?
for example: in preamble
\usepackage{fancyhdr}
\fancypagestyle{plain}{%
\fancyhf{}
\fancyfoot[C]{\bfseries my lovely footer}
\renewcommand\headrulewidth{0pt}
\renewcommand\footrulewidth{3pt}
}
Herbert
--
http://www.lyx.org/help/