[Tugindia] \fancyhead
Raj Singh
raj.ceeri at gmail.com
Wed Feb 21 06:58:12 CET 2007
Hello,
> \fancyhead[LE,RO]{XYZ} for the first 10 pages
> and then use a \clearpage and then have
> \fancyhead[LE,RO]{ABC} for the following 10 pages.
I use the "fancyheadings" package for doing something like this. The usage is:
\usepackage{fancyheadings}
\pagestyle{fancy}
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{}
\rfoot{}
\begin{document}
\lhead{\tiny XYZ}
.......
and then on the page 10
\newpage
\lhead{\tinyABC}
......
\end{document}
-- Raj
More information about the tugindia
mailing list