Kayvan A. Sylvan wrote:
> Hi all,
>
> I am trying to get the fancy headers package to do the following:
>
> On the first page, no headrule. On each page thereafter, there should be
> a headrule.
>
> I have the followingt in my preamble:
>
> \usepackage{afterpage}
>
> \lhead{879 Lewiston Drive \\ San Jose, CA 95136}
> \rhead{(408) 978-1407 \\ [EMAIL PROTECTED]}
> \renewcommand{\headrulewidth}{0pt}
>
> \afterpage{\renewcommand{\headrulewidth}{0.4pt}\lhead{\textbf{Kayvan A.
>Sylvan}}\rhead{\textbf{Page \thepage}}}
>
> The headers are all correct, but there is no headrule on the second page.
write this in tex exactly before your second page should
start
\newpage
\renewcommand{\headrulewidth}{1pt}%
\lhead{\textbf{Kayvan A. Sylvan}}%
\rhead{\textbf{Page \thepage}}%
delete the afterpage command and don't use an additional pagebreak.
Herbert
--
http://www.lyx.org/help/