[Tex/LaTex] How to remove margin notes space in book class

double-sidedmarginparmargins

By default, the "book" class produces a layout with a big space for margin notes. One consequence of this behavior is the binding side has a smaller margin than the other side (with the twoside option which is the default behavior).

I don't use margin notes (at all) and I'm wondering if there is a way to say it to LaTeX. I would like not only that the margin notes space would be removed but also that LaTeX rearranges the other settings in consequence (for example, by increasing the binding side size).

I could use geometry package (example below) or other way of define my own margins.

\usepackage{geometry}
\geometry{bindingoffset=2cm}

However I prefer to stay as close as possible to the default behavior. Like it is not so common to use margin notes (in academic books for example), there should be a option to deactivate margin notes. I didn't find it, perhaps someone does…

Reminder : the default layout of book class :
enter image description here

Best Answer

I would say that the book class (nor any others) does not saves space for margin notes; rather, it allows you to specify the maximum space that you want to allow for marginalia so that they do not exceed the specified margin widths.

In two sided printing (e.g., for books) the basic layout is a double spread --- left hand and right hand pages open where the width of the outer margins are equal and the apparent width of the gutter (the distance between the left hand and right hand textblocks) is the same, i.e, all three white columns are the same width.

See any good book on typography; Robert Bringhurst's `The Elements of Typographic Style' is one of the best.