View Single Post
Old 06-25-2014, 10:56 AM   #1
gdamjan
Junior Member
gdamjan began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2014
Device: Kindle Paperwhite 2nd gen
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?
gdamjan is offline   Reply With Quote