Tuesday, May 26, 2009

How to set the margins of a page in LaTeX

To set the page margins in LaTeX, use the geometry package.
\usepackage[a4paper]{geometry}
\geometry{top=1.0in, bottom=1.0in, left=1.5in, right=1.0in}