I'm trying to display the header on the first page
but with no luck. The code below shows what I have in
the preamble. Is there anything else I need to include?
Also, the line \rfoot{\thepage} is supposed to display
the page number. How can I stop that?, i.e. I don't want
to display the page number on the first page. Omitting
" \thepage " won't do it?
Thnx
Sas
Code: Select all
Code, edit and compile here:
\usepackage{fancyhdr}\pagestyle{fancy}\lhead{EEL 400}\chead{2011}\rhead{Circuits}\lfoot{}\cfoot{}\rfoot{\thepage}\renewcommand{\headrulewidth}{0.0pt}\renewcommand{\footrulewidth}{0.0pt}