View Single Post
Old 04-30-2017, 12:34 PM   #18
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,069
Karma: 147983159
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Purple Lady View Post
I also hate when scene breaks are broken. But an ebook needs to have other ways to show a scene break than just use extra space between paragraphs. An ebook needs some kind of visual marker for a scene break because depending on the font size you use, the scene break could be lost because the paragraphs are on different pages.
When the app doesn't respect text indents of 0 and the scene break is just space, it is very easy to lose when it occurs at the end of the page. Most section breaks that just have space use a top margin of 1em and then a text indent of 0. That's not the correct way to do it. The correct way to do a space only section break is a padding-top of 2em (needs enough space to know it's a section break) and then a text indent of 0. The top margin gets lost when it's at the end of the page. padding doesn't get lost. It carries over to the next page. So you see the space and can easily tell it's a section break.
JSWolf is offline   Reply With Quote