View Single Post
Old 03-09-2017, 04:36 AM   #36
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,741
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by ibu View Post
Must the nav.xhtml be an entry in the spine or not?
AFAIK, the NAV doc needs to be referenced in the spine.

Quote:
Originally Posted by ibu View Post
I regard the case, where the user wants to see the TOC only, when he uses the "show TOC" function in his device. He doesn't want to see it as part of the normal content of the book.
You disable access to spine items via the page forward/back buttons with the linear="no" attribute. (Most epub3 apps will honor this attribute, but epub2 apps will usually ignore it.)

Code:
    <itemref idref="nav" linear="no"/>
Doitsu is offline   Reply With Quote