[texhax] fancyhdr question
Steve Peter
speter at dandy.net
Wed Apr 5 15:53:04 CEST 2006
On Apr 5, 2006, at 9:19 AM, Taylan Yetkin wrote:
> I tried to find if there were any earlier post but I couldn't find.
> so I have the following problem. Our institute ask for the thesis
> to have header (such as author name and chapter name) in every
> page, including the first page of the chapter. I'm using fancyhdr
> package but I couldn't find a way to show header in this first page
> of chapter. Is there anybody that can help me?
The key is to put a call to \thispagestyle at some point after
\chapter, but still on the first page of the chapter:
\begin{document}
\pagestyle{fancy}
\chapter{Chapter the First}
Here is some incredibly informative text, for which I will get a PhD.
\thispagestyle{fancy}
This is more text on the first page.
...
\end{document}
Steve
More information about the texhax
mailing list