![]() |
#1 | |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Apr 2020
Device: Kobo Glo
|
![]()
I have an epub with page numbers defined in pageList in toc.ncx, but the page numbers are not showing up in any reader software that I've tested with (ADE, Calibre, iBooks, FBReader). And navigation by page number uses the reader's generated page numbers, not the supplied numbers. Any ideas?
It's possible this feature just isn't supported (https://www.mobileread.com/forums/sh...#post3474229): Quote:
|
|
![]() |
![]() |
![]() |
#2 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,732
Karma: 103020299
Join Date: Apr 2011
Device: pb360
|
An epub2 with pagelist page numbers can be converted to page-map page numbers by using kindlegen to make a dual mobi then extracting an epub from that with kindleunpack. Maybe that would also work with epub3, but I don't know.
|
![]() |
![]() |
![]() |
#3 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
|
I see it's your first post, welcome to MobileRead!
![]() Quote:
Also see my Post #11 in "Real Page Numbers for Reflowable Kindles", where I lay out differences between EPUB2 (page-map or pageList) + EPUB3 (page-list). If what you're saying is true, I'm not completely sure the apps would recognize an EPUB3 accidentally using an EPUB2 method (pageList). Can't say I ever tested it though. Yes. ADE (Windows/Mac/Linux), and Gitden Reader + PocketBook (Android) are excellent programs to use, and support and follow lots of the EPUB standards.* Note on page-list specifically: I haven't messed with page numbers in a long time, but AZARDI (Windows) and iBooks (Mac/iOS) definitely support EPUB3 page numbers (I believe they show up as little numbered bubbles). I also just tested in ADE 4.5, and the page-List is displayed below the TOC: Yes, you'd most likely have to finagle some of the code to use the EPUB3 method of page numbers. Doitsu's "PageList" plugin for Sigil should help. You'd have to use regex to adjust your EPUB2 code: Code:
<a id="page123" /> Code:
<span epub:type="pagebreak" id="page112" title="123"></span> Code:
<span epub:type="pagebreak" id="page123">123</span> If you need an example EPUB3 with a working page-list, see Doitsu's EPUB3 of "Gibran, Kahlil: The Madman". Last edited by Tex2002ans; 04-12-2020 at 02:49 AM. |
|
![]() |
![]() |
![]() |
#4 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,680
Karma: 23983815
Join Date: Dec 2010
Device: Kindle PW2
|
@sidaja
iBooks/Apple Books supports printed page numbers, but only in epub3 books. (You can convert your epub2 book to an epub3 book with the ePub3-itizer Sigil plugin.) Note that in iBooks/Apple Books, you'll need to select the TOC and then tap Tap to show printed page numbers. (If you don't see this option, the NAV page list is invalid or missing.) |
![]() |
![]() |
![]() |
#5 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Apr 2020
Device: Kobo Glo
|
Thanks for all the suggestions! I'll try some of these and see what works.
|
![]() |
![]() |
![]() |
#6 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 56
Karma: 2043
Join Date: Sep 2017
Location: Kyiv, Ukraine
Device: Librera PRO - 50% OFF - Black Friday
|
This feature is available in the new Librera Reader application (beta.librera.mobi)
https://librera.mobi/what-is-new/ |
![]() |
![]() |
![]() |
#7 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,029
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Showing page numbers in the ToC does not need to be an ePub 3 only feature. Sony did it with their Readers with ePub 2 and it worked well.
|
![]() |
![]() |
![]() |
#8 |
Sigil Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8,454
Karma: 5703586
Join Date: Nov 2009
Device: many
|
|
![]() |
![]() |
![]() |
#9 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,029
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Nope. Sony page numbers in the ToC have nothing to do with any page map. Sony showed page numbers in the ToC with a standard ePub 2. Any of the eBooks on MR would would have page numbers in the ToC on a Sony Reader.
|
![]() |
![]() |
![]() |
#10 |
Sigil Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8,454
Karma: 5703586
Join Date: Nov 2009
Device: many
|
Real page numbers based on the ncx pagelist and not adobe pagemaps were not supported in early versions of ADE which Sony used, afaik. I will dig out my old Sony reader and verify.
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pagelist plugin for print edition page numbers | Doitsu | Plugins | 38 | 05-21-2022 03:07 PM |
Page numbers in EPUB | GHRuffo | ePub | 25 | 10-28-2019 03:33 PM |
pdf (with page numbers) to epub | crill | Workshop | 13 | 01-12-2019 09:13 AM |
Aura Page numbers in ePub? | rxmom03 | Kobo Reader | 2 | 09-29-2013 02:19 PM |
Index containing page no. with links - <pagelist> problem | mr10463 | Sigil | 7 | 05-21-2013 07:27 AM |