Quantcast
Viewing all articles
Browse latest Browse all 862

Issue with TOC on Kindle Paperwhite2

I've created some ebooks from html source to epub/awz3 with calibre:

Code:

ebook-convert --level1-toc //h:h2 --level2-toc //h:h3 --level3-toc //h:h4  \
    --page-breaks-before="//*[name()='h1' or name()='h2' or name()='h3']" \
    source.html out.epub

The html has two levels of toc, h2 tags for chapters and h3 sub-chapters. Now, in the calibre ebook reader the TOC is just fine, showing both level1 toc and expanding to level2 toc entries.

But in the Paperwhite2 reader, when I open the Go To menu, while I can see all the level1 chapters, the first level1 chapter can't be expanded. all the others level1 chapters can be expanded, just the first one doesn't.

Any suggestions what to look in the .awz3 source for?

Viewing all articles
Browse latest Browse all 862

Trending Articles