|
|
#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 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,875
Karma: 67282311
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.
|
|
|
|
| Advert | |
|
|
|
|
#3 | |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,983
Karma: 9092545
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 03:49 AM. |
|
|
|
|
|
|
#4 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,289
Karma: 19618507
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.
|
|
|
|
| Advert | |
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pagelist plugin for print edition page numbers | Doitsu | Plugins | 32 | 07-01-2021 05:18 PM |
| Page numbers in EPUB | GHRuffo | ePub | 25 | 10-28-2019 04:33 PM |
| pdf (with page numbers) to epub | crill | Workshop | 13 | 01-12-2019 10:13 AM |
| Aura Page numbers in ePub? | rxmom03 | Kobo Reader | 2 | 09-29-2013 03:19 PM |
| Index containing page no. with links - <pagelist> problem | mr10463 | Sigil | 7 | 05-21-2013 08:27 AM |