Page LayoutMargins and geometry

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
niles
Posts: 92
Joined: Mon Dec 01, 2008 9:35 pm

Margins and geometry

Post by niles »

Hi

Is there a recommended margin size for projects of the order ~20 pages? Currently I am using

\usepackage[margin=3cm]{geometry},

but I thought that perhaps there are some "standards" that people use? Perhaps some ratio is more pleasent to look at than others?

Best,
Niles.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Margins and geometry

Post by frabjous »

It really depends on what kind of document this is, and what people are going to do with it... will they write in the margins? How many columns are there? Etc.

You might consider just sticking with the default margins from the geometry package, since someone gave those some thought anyway.

\usepackage{geometry}
niles
Posts: 92
Joined: Mon Dec 01, 2008 9:35 pm

Re: Margins and geometry

Post by niles »

Good point, thanks.
Post Reply