I'm writing my work on Latex et I use the article documentclass. I would like to put headers at every page of my work. So I write:
Code: Select all
\pagestyle{fancyplain}
\renewcommand{\sectionmark}[1]{\markright{\thesection{} #1}}
My problem is that the word "reference" appears in my header on the right and I doesn't want. It appears like this:
The section References
--------------------------------------------------------
How Can I suppress the word References from my header ? Thank you very much