novoid / LaTeX-KOMA-template

Generic template for midsize and larger documents based on KOMA script classes.
Other
202 stars 66 forks source link

Margins for two-sided printing flipped? #35

Closed stefanbschneider closed 3 years ago

stefanbschneider commented 3 years ago

Thanks for the nice template!

I'm a bit confused about the page margins (left and right)with the twoside mode. My understanding is that the first/title page as well as all new chapter beginnings (and any odd page numbers) should be on the right side of the book (when reading the printout). This would mean that book's binding is on the left side of the page, which I thought, is what the larger margin is for. But the larger page margin is on the right of the page.

I saw this is also the case for the example document: https://karl-voit.at/tagstore/downloads/Voit2012b.pdf

Where am I wrong? Or is this indeed a problem with the template?

mike-landl commented 3 years ago

This can be explained if you view the right margin of the left page and the left margin of the right page as one combined center margin. In that case all 3 margins should be equally sized. You still need to consider a binding correction, which unfortunatley is not trivial to determine.

stefanbschneider commented 3 years ago

Ah ok. Can I manually set an extra binding correction margin in the template somehow? The size of the margin probably depends on how I'll bind the final book.

mike-landl commented 3 years ago

Yes, you can consider the binding correction in the template.

See code line 37 in the main.tex file: "\newcommand{\myBCOR}{0mm}"

stefanbschneider commented 3 years ago

Ok, thanks!