I'm using the simplemargins.sty(http://www.mit.edu:8001/activities/anim ... argins.sty). I've followed http://kb.mit.edu/confluence/pages/view ... plemargins and set the margins in my document as follows:
Code: Select all
\usepackage{simplemargins}
\setleftmargin{1.5in}
\setrightmargin{1.0in}
\settopmargin{1.25in}
\setbottommargin{1.25in}
When I use the above code all margins are about the right size but the bottom margin is not consistent. It is sometimes very large and leaves lot of space at the bottom.
And gets it correct sometimes.
So how do I get the margins correctly (consistently)through out the document. Is there some package that can be used to get the margins correctly with the above specifications.
Thanks.