Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Editor

Notices

Reply
 
Thread Tools Search this Thread
Old 10-15-2018, 11:58 AM   #1
flutterby
Junior Member
flutterby began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Oct 2018
Device: Kindle Paperwhite
Question Page Numbers

Disclaimer: I have a decent knowledge of HTML/CSS but I'm new to calibre so I apologize if this is an obvious question, but I've been looking everywhere and I haven't been able to find an answer myself.

So some of the ebooks I've actually purchased from Amazon include page numbers that match the print edition (as well as the usual "location" numbers) which is very useful in book clubs and the like, for reference--it's handy to be able to "turn" to the same page as everyone else instead of going hunting for it. I'm converting some other ebooks I have, and I want to stay as close to the print edition as I can.

My question is, can page numbers of this type be added with calibre? Like, I don't know... a tag to place at where each page beginning would be? I don't care how tedious it is, I just want to know if it's possible. Thank you!
flutterby is offline   Reply With Quote
Old 10-15-2018, 12:33 PM   #2
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,975
Karma: 128903378
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
The only true eBook page numbers are ADE style page numbers.
JSWolf is offline   Reply With Quote
Advert
Old 10-15-2018, 12:35 PM   #3
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 6,496
Karma: 84420419
Join Date: Nov 2011
Location: Tampa Bay, Florida
Device: Kindles
The MOBI and KF8 (azw3) Kindle formats use an associated APNX file to provide page numbers. Calibre can produce this file automatically when sending a book to a kindle device. As far as I know the software that generates the APNX can be configured to estimate the page number starting positions within the book using the total number of pages, but exact page number positioning is not possible.

The KFX Kindle format has page numbers built in and can be created using the KFX Output plugin. It can make use of exact page number locations specified in the source EPUB using an NCX pageList, NAV page-list, or page-map.xml. There are advantages and disadvantages to using KFX which I recommend you investigate before going that route.

Added: To actually add the page numbers to your source EPUB you would need to manually mark the start of each page by adding an id in the HTML files. Then you create an index that associates each of those ids with a page number label. A very tedious process.

Last edited by jhowell; 10-15-2018 at 12:52 PM.
jhowell is offline   Reply With Quote
Old 10-15-2018, 11:54 PM   #4
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,297
Karma: 12126329
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by flutterby View Post
My question is, can page numbers of this type be added with calibre? Like, I don't know... a tag to place at where each page beginning would be? I don't care how tedious it is, I just want to know if it's possible.
Welcome to MobileRead flutterby!

There are 3 different "Real Page Number" methods. I broke them down in detail in this post:
  • EPUB2 = page-map (obsolete) + pageList
  • EPUB3 = page-list

Like jhowell mentioned, it requires going through your HTML and manually adding anchors at the beginning of every "page".

In Post #6 of "Indexes without Page Numbers", I gave an example:

Spoiler:
Quote:
<h2><a href="#page354"></a>Chapter IX</h2>

[...]

<p>Whereas, the members of Ellen Wright Camp, Franklin County Chapter, Daughters of Pioneers, by resolution, <a href="#page355"></a>have asked that the White Pine be designated as the state tree of the State of Idaho.</p>


Once you finish marking up the book, you then generate the pageList (EPUB2) or page-list (EPUB3) code.

* * *

Doitsu has a Sigil Plugin to make generating this code a bit easier, "PageList - Generates print edition page numbers"

EPUB3 recommends using <span epub:type="pagebreak">s instead of <a>s, but you should be able to use Regex to swap between them relatively easily.

Side Note: Here is a sample EPUB3 Doitsu created which includes a page-list:

https://www.mobileread.com/forums/sh...d.php?t=264508

If you learn more by actually seeing.

Quote:
Originally Posted by JSWolf View Post
The only true eBook page numbers are ADE style page numbers.
This was thoroughly debunked last year in the "Citing Websites" thread (beginning in Post #35ish and beyond).

Last edited by Tex2002ans; 10-16-2018 at 02:44 AM.
Tex2002ans is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with assigning correct page breaks and page numbers to a textbook [converting fr cateroseg Calibre 0 02-14-2018 10:32 PM
Chapter Page Numbers Instead of Title Page Numbers TheArtfulDodger Devices 1 11-18-2013 01:08 PM
Kindle (AZW3/MOBI) ebooks with "real page numbers" to PDF with same page numbers? abvgd Conversion 2 05-24-2013 01:24 PM
PRS-T1 Can you make page-numbers correspond to page-turns? bibahbuzemann Sony Reader 13 01-01-2012 12:03 AM
Is there a hack for displaying page numbers rather than location numbers? nesler Kindle Developer's Corner 16 02-15-2011 12:00 AM


All times are GMT -4. The time now is 09:06 AM.


MobileRead.com is a privately owned, operated and funded community.