I am trying to not have an header on the first page but only the footer. So I wrote this:
Code: Select all
\fancypagestyle{firstpage}{%
\fancyhf{}%
\lfoot{Group \\ 2}%
\rfoot{Sport}}
Thank you!
Code: Select all
\fancypagestyle{firstpage}{%
\fancyhf{}%
\lfoot{Group \\ 2}%
\rfoot{Sport}}
\headrulewidth
command in the definition of the page style.