View Single Post
Old 11-03-2020, 05:23 AM   #325
BobC
Guru
BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.
 
Posts: 691
Karma: 3026110
Join Date: Dec 2008
Location: Lancashire, U.K.
Device: BeBook 1, BeBook Pure, Kobo Glo, (and HD),Energy Sistem EReader Pro +
Quote:
Originally Posted by NiLuJe View Post
@Winkelschraube: It'll only display inside an actual ePub 3 document that features a reference pagemap.
I came across the same issue with a book recently downloaded from Gutenberg. However the book was EPUB2 but had a pageList section in the toc.ncx :

Code:
<pageList id="pages" class="pagelist">
    <navLabel>
      <text>Pages</text>
    </navLabel>
    <pageTarget id="pt-1" value="1" type="normal" playOrder="4">
      <navLabel>
        <text>[Pg 5]</text>
      </navLabel>
      <content src="RFT_split2.html#Page_5"/>
    </pageTarget>
    <pageTarget id="pt-2" value="2" type="normal" playOrder="6">
      <navLabel>
        <text>[Pg 6]</text>
      </navLabel>
(much truncated)

So not just restricted to EPUB3. I hadn't seen this previously in Gutenberg books and it may be a modern innovation with their conversion process.

BobC
BobC is offline   Reply With Quote