I am trying to expand my bottom margin to allow for more text to fill the page (it's a 1 page Resume).
I was able to successfully 'back up' the top of the page with some copied code:
Code: Select all
\titlespacing{\section}{0pt}{3pt}{3pt}
\addtolength{\voffset}{-1cm}
Code: Select all
\usepackage[margin=0.8in]{geometry}
Any ideas? I'm using XeLaTex
Thanks!