GeneralSwitching from book format to printable format

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
iamdromonkese
Posts: 1
Joined: Fri Oct 31, 2008 6:47 am

Switching from book format to printable format

Post by iamdromonkese »

What options do I need to enable so that latex compiles with all the left gutters the same, as opposed to the left/right gutters for typesetting books?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Sgietus
Posts: 4
Joined: Fri Oct 31, 2008 1:46 pm

Re: Switching from book format to printable format

Post by Sgietus »

With the geometry package you can use both "centering" or "hmarginratio=1:1" to make sure the marginratio both left and right stays the same, even in twoside mode.

so
\usepackage[centering, hmarginratio=1:1]{geometry}
should do the trick

According to the manual, you should also be able to use the command "asymetric", but that hasn't worked for me yet.
Post Reply