Search found 1 match

by matlabber
Tue Nov 29, 2011 6:23 am
Forum: Page Layout
Topic: Header on Title Page only without Line
Replies: 1
Views: 1223

Header on Title Page only without Line

Hi,

I am using :

Code: Select all

\documentclass{article}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead[LO]{header}
The problem is that I only want "header" to appear on the title page, and without the underscore type line that shows across the top of the page...How can this be done?

Thanks!!