Page LayoutDeleting top header line

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
sgp
Posts: 30
Joined: Thu Jul 22, 2010 11:45 am

Deleting top header line

Post by sgp »

Hi all,
I started writing my resume and there is this problem that i have while doing it. The problem is i am unable to delete the horizontal line that the top empty header creates. But i want only a footer. I used \pagestyle{fancy} and included the fancyhdr package. The footer is looking proper but can anyone help me on deleting the top line.

Thanks in advance,
Regards,
sgp.
Last edited by sgp on Thu Jul 29, 2010 2:17 pm, 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.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Deleting top header line

Post by Stefan Kottwitz »

Hi,

try:

Code: Select all

\renewcommand{\headrulewidth}{0pt}
Stefan
LaTeX.org admin
sgp
Posts: 30
Joined: Thu Jul 22, 2010 11:45 am

Re: Deleting top header line

Post by sgp »

@Stefan Thanks a lot. Really a fast reply. It worked.
shruthi
Posts: 2
Joined: Fri May 23, 2014 4:50 pm

Re: Deleting top header line

Post by shruthi »

@stefan Thanks a lot. :)
Post Reply