Page Layout ⇒ Margins for books need to be closer to outer edge?
-
- Posts: 128
- Joined: Wed Jul 04, 2012 5:34 pm
Margins for books need to be closer to outer edge?
I'm not too familiar with the printing process, but since they have to bind the pages together on the inside margins, then does it end up looking weird as if there is too much text cluttered towards the spine of the book?
Or is this something that printing companies are used to dealing with and will therefore add a little bit to the inside margins when printing so that when the book is bound everything looks OK?
I'm not sure if I should modify this or not.
I'm using windows with LyX 2.0 and MiKTeX 2.9
I'm designing a book using the Koma-script class
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Margins for books need to be closer to outer edge?
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Margins for books need to be closer to outer edge?
Regarding the binding of a book, there's a separate parameter, which you can set, it's BCOR which is described in the KOMA-Script manual. Set them to the value you expect to loose, when binding, depending on the used technique, such as
BCOR=10mm
as a class option.Stefan
-
- Posts: 128
- Joined: Wed Jul 04, 2012 5:34 pm
Re: Margins for books need to be closer to outer edge?
I guess it has to do with personal taste. You suggest setting the inner margin at half the size of the outer margin, but I think that would make things look too clustered towards the spine of the book. It's not really a big deal either way, right?
And the Koma-script book default looks OK, right?
I'm using windows with LyX 2.0 and MiKTeX 2.9
I'm designing a book using the Koma-script class
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Margins for books need to be closer to outer edge?
However, set a
BCOR
value, if you make a binding which removes some space! Even if you estimate it. The default BCOR
value is 0, because the class itself cannot know anything about your binding if you don't tell it. Just imagine an ebook, two-sided opened and read on the screen: there's no binding correction needed, so it's 0. Just note, specify a unit, such as 5mm or 1cm.Stefan