I must include my personalized running head also on the first pages of every chapter in my document. In the preamble. I have the following:
Code: Select all
\fancypagestyle{happy}{
\fancyhead[L]{I'm very happy}
\fancyfoot{}
\fancyhead[R]{\thepage}}
\pagestyle{happy}
to include in the document my personal header. But it doesn't appear on the first pages of chapters. How to solve this?Thanks