Pdflatex is using the wrong margins. How can I fix it?
This problem is sometimes caused by the PDF page height and width not being specified correctly. Put the following right after your \begin{document} command:
\special{papersize=8.5in,11in} \setlength{\pdfpageheight}{\paperheight} \setlength{\pdfpagewidth}{\paperwidth} % You may need to change the horizontal offset to do what you % want. Setting \hoffset to [...]]]>