1

Possible Duplicate:
How to remove the top horizontal bar in fancyhdr?

I am working on my report and found one example.

\documentclass{report}

\usepackage{fancyhdr}
\renewcommand*\familydefault{\sfdefault} 
\usepackage[T1]{fontenc}
\pagestyle{fancy}
\fancyfoot{}
\fancyfoot[LE,LO]{MY TEXT}
\renewcommand{\footrulewidth}{0.4pt}

\begin{document}
Foo Bar
\end{document}

This adds footer and header both. But I need only a footer, no header. How can I add footer only (no bar in header)?

manish
  • 9,111
  • I reworked your question a bit, with a more specific title and a complete code example. However, I just noticed it's been asked here before, so this one will be closed. Please always thoroughly search the existing questions before asking a new one! – doncherry Jun 08 '12 at 08:11

0 Answers0