Click to See Complete Forum and Search --> : latex question


ejlynch
03-05-2003, 05:58 PM
I am using the fullpage package in latex using the report format


\documentclass [a4paper] {report}
\usepackage{fullpage}
\usepackage[]{fancyhdr}



The margins are much smaller on the top of the page than the bottom which makes the page look bad and the headers i have defined using the fancyhdr packeage do not print.

Any ideas how to get around this ?

baldguy
03-07-2003, 02:13 AM
does this help?

\geometry{verbose,a4paper,tmargin=0.5in,bmargin=1i n,lmargin=1in,rmargin=1in}