Reply to topic  [ 3 posts ] 
LaTeX header/footer help 
Author Message
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:36 pm
Posts: 5159
Location: /dev/tty0
Reply with quote
Hi all,

I have a document using the report document class and I'm using the fancyhdr package to create headers and footers.
I've noticed that headers and footers don't display on a page where \chapter is used, they also don't appear on my \abstract and \tableofcontents pages...On these pages the default header (nothing) and the default footer (just the page number) is used.

My code looks something like this:

Code:
\documentclass[12pt]{report}

\usepackage[pdftex]{color,graphicx}
\usepackage[final]{pdfpages}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{geometry}

\geometry{a4paper, textwidth=14.5cm, textheight=24.5cm}
\pagestyle{fancy}

\cfoot{\thepage{} of \pageref{LastPage}}
\lfoot{Author: Benjamin Ian Lavery}


Thanks,
Ben


Mon Apr 12, 2010 2:04 pm
Profile WWW
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 9:40 pm
Posts: 5288
Location: ln -s /London ~
Reply with quote
I don't have LaTeX here atm, but I'd have a look here first. Possibly try this one:

Code:
\pagestyle{fancyplain}
 
\fancyhf{}
 
\lhead{\fancyplain{}{Andrew Roberts}}
\rhead{\fancyplain{}{\today}}
\rfoot{\fancyplain{}{\thepage}}

_________________
timark_uk wrote:
Gay sex is better than no sex

timark_uk wrote:
Edward Armitage is Awesome. Yes, that's right. Awesome with a A.


Mon Apr 12, 2010 2:13 pm
Profile
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:36 pm
Posts: 5159
Location: /dev/tty0
Reply with quote
Thanks for that Edd,

Unfortunately it didn't work for me :(
However, with more Googling, I found that if I do this:
Code:
\chapter{Introduction}
\thispagestyle{fancy}


It works correctly for everything except the abstract page, which can stay as it is I think :)

Thanks again Edd,

Ben


Mon Apr 12, 2010 2:32 pm
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 20 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.