bell notificationshomepageloginedit profileclubsdmBox

10% popularity   0 Reactions

A few things here: for starters, I agree that not all the stuff that is front matter in print should be in the front for an ebook. We generally move the copyright page to the back, for example, as well as praise for the book and anything else that seems ancillary.

Bear in mind that ultimately it's the <spine> of the content.opf file that does the organizing of what goes where, not the table of contents. The <spine> is what reading systems will look to to see what comes next. The playOrder attribute in the ncx is not needed, and in fact in epub 3.0 they've done away with the ncx file entirely and replaced it with a toc.xhtml.

Finally, you can include the [guide][1] in your ncx file to indicate things like the cover, the start of the main content, and so on. Most reading systems will ignore most of that, but a number of them will default to opening on whatever you specify to be the start of the content—Kindle and iBooks will both do this, for example. Here's an example <guide> from the IDPF:

<guide>
<reference type="toc" title="Table of Contents"
href="toc.html" />
<reference type="loi" title="List Of Illustrations"
href="toc.html#figures" />
<reference type="other.intro" title="Introduction"
href="intro.html" />
</guide>

Check the guidelines for the particular retailers you'll be using for more details about the <guide>; as I recall, Amazon only wants you to mark the start of the content and the cover.

EDIT: The above link doesn't seem to be showing up; here's the URL: www.idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.6
Further Edit: You can get the <guide> functionality in epub 3.0 with <nav epub:type="landmarks">: www.idpf.org/accessibility/guidelines/content/nav/landmarks.php


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

Login to follow story

More posts by @Ashley

0 Comments

Sorted by latest first Latest Oldest Best

 

Back to top