|
|
|
|
|
by bowerbird
4452 days ago
|
|
pagination and breaks can be problematic in e-books,
especially in conjunction with illustrations/captions. but one shouldn't need to move stuff to indesign, as
most e-book viewer-apps support css "page-break" now. another good tip is to create small chapters/sections,
recognition that screens tend to be smaller than pages. -bowerbird |
|
If I were only targeting epub/mobi I wouldn't have bothered with InDesign, but getting the PDF just right was important to me.
nother good tip is to create small chapters/sections, recognition that screens tend to be smaller than pages.
Since the user can set the font and text size the idea of page size goes pretty much out the window.
Using CSS page-break doesn't quite help, since it presumes what has come before and how it fit on the page. What's needed is orphan/widow control and "keep with next" so that, for examples, related sections can be rendered on one page or the next but not split across pages.
In practice, though, I found I needed to aim for some sort of highest common factor across popular devices, keep test-viewing the results, and drop anything too clever.