Page LayoutHeader on Title Page only without Line

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
matlabber
Posts: 1
Joined: Tue Nov 29, 2011 6:18 am

Header on Title Page only without Line

Post by matlabber »

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!!
Last edited by Stefan Kottwitz on Tue Nov 29, 2011 9:05 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Header on Title Page only without Line

Post by Stefan Kottwitz »

Hi,

welcome to the board!

To remove the line, you could use:

Code: Select all

\renewcommand{\headrulewidth}{0pt}
Stefan
LaTeX.org admin
Post Reply