Search found 1 match

by aamruth
Fri Jun 30, 2023 3:32 pm
Forum: Page Layout
Topic: Hide Header line
Replies: 1
Views: 6418

Hide Header line

Hi,
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}}
Even though the header is empty, it still displays the horizontal header line on the page. How can I remove it?

Thank you!