I would like to know what are the margins (top, right,bottom and left; in meters) that are by default assigned for thebook class. Is there a command or a way to know them?
|
|
||||
|
To produce an overview of the layout of the current document, you can use the
The ouput is a two page document showing this:
Another option would be to use the layouts package:
Using the
|
|||||||||||||
|
|
It depends on whether you want to include the header/footer and possibly even if you use
uses the
All units are printed in points by default, and there are 0.0351459 points per cm. Note that LaTeX does not use metres as a valid length. |
|||
|
|





layoutpackage suggested by Gonzalo Medina you'll see those dimensions. The unit is "printer points": 72.27pt = 1in = 2.54cm – egreg Mar 31 '12 at 21:3410pt(default),11pt, and12pt) and on whether the output is set in single-column or two-column format. To find LaTeX's default values of the margins for each combination of these main options, either use thelayoutpackage (as is explained in @GonzaloMedina's answer) or open the filesbk10.clo,bk11.clo, andbk12.clofiles (.clois short for "class option") manually and search for the relevant parameters. I recommend using thelayoutpackage... – Mico Mar 31 '12 at 21:45