How do you change the margins so that the text starts closer to the edge of the page?
I'm using TeXworks and MiKTeX.
Page Layout ⇒ How do you change the page border margins
How do you change the page border margins
Last edited by bpetersen on Tue Jun 14, 2011 4:09 am, edited 1 time in total.
How do you change the page border margins
Load the geometry package with the appropriate settings. E.g.:
or
Code: Select all
\usepackage[margin=1in]{geometry}
Code: Select all
\usepackage[bottom=0,5in,top=0.8in,left=0.7in,right=0.7in]{geometry}