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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
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