View Single Post
Old 11-16-2021, 09:01 AM   #6
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,893
Karma: 6120478
Join Date: Nov 2009
Device: many
Are you making an epub3 or an epub2? The semantics set for for an epub2 html table of contents is typically the string "toc". The string "nav" is used in epub3.

If you are making an epub3, thn the NCX file is optional and can be removed. The NAV is a xhtml replacement that needs a particular structure so it is machine readable like the old xml NCX was.

Again in Sigil, your choice of where you elect to put heading tags (h1, h2, h3, ...) determines the entries in the NAV when you create it but you are free to edit those entries.

So I am still not sure exactly what the issue is other than Kindle's limit of 99 entries in a machine readable NAV or NCX but surely there is a hierarchy or natural structure of some sort that can represent what you want in less than 99 entries.
KevinH is offline   Reply With Quote