Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 05-17-2022, 03:22 PM   #1
Andygara2306
Junior Member
Andygara2306 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2022
Device: none
Page Numbers on Sigil

Good Morning everyone!
I want to ask you a question: how can I insert page numbers in an epub file written by Sigil?
Thanks a lot
Andygara2306 is offline   Reply With Quote
Old 05-17-2022, 03:39 PM   #2
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,760
Karma: 5706256
Join Date: Nov 2009
Device: many
Need more info:

Are these fixed page numbers based on a specific printed book with a known isbn?

Or are you talking about reflowable page numbers that most readers display?

If the latter, you really need do nothing, the e-reader will synthesize them for you.

If the former, does your xhtml source already include the id attribute on anchors at points where the page transition happens in the printed version?

Also is this epub2 or an epub3?

And finally, is this an academic work where there is the need to match and cite specific page numbers from a printed edition?

If not, you are better off without them.

Tables of contents, lists of figures, and other things based on page numbers really should be converted to links and the page numbers removed since epub is meant to be a reflowable format.

Last edited by KevinH; 05-17-2022 at 03:49 PM.
KevinH is offline   Reply With Quote
Advert
Old 05-18-2022, 04:40 AM   #3
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,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by Andygara2306 View Post
I want to ask you a question: how can I insert page numbers in an epub file written by Sigil?
Yes, like KevinH said... one of the biggest questions you can ask yourself is:
  • Why?

Correctly adding "Real Page Numbers" (RPNs) to the ebook is a lot of work... while the benefits aren't the greatest.

* * *

If you do want more information, I've written about page numbers many times over the years:

Over the years, I've mellowed a bit on RPNs.

I still don't go out of my way to add them, but I see potential benefits... especially for Accessibility (and blind readers).

Also, tools like DAISY's WordToEPUB have since come out, making exporting page numbers out of Word/DOCX much easier.

Last edited by Tex2002ans; 05-18-2022 at 04:42 AM.
Tex2002ans is offline   Reply With Quote
Old 05-18-2022, 11:02 AM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,047
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
RPN only work if everyone is using the same Print Edition.

IMHO Chapter + Paragraph# works better as that does not change depending on text Zoom setting. It still fails on different editions (content edits).
theducks is offline   Reply With Quote
Old 05-18-2022, 04:03 PM   #5
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,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by theducks View Post
RPN only work if everyone is using the same Print Edition.
Not necessarily.

Similar to navigating with the Table of Contents (HTML or NCX) or Headings (<h1>-><h6>), some devices/apps can navigate via page numbers as well.

Quote:
Originally Posted by theducks View Post
IMHO Chapter + Paragraph# works better as that does not change depending on text Zoom setting. It still fails on different editions (content edits).
At 39:30 of DAISY's "EPUB Accessiblity 101" video, page numbers get brought up.

For about 5 minutes, they described issues that Libraries/Students/Disability-Services bring up with missing page #s.

The director from Macmillan also mentions chapter/paragraph numbering, and how "most users find that very annoying".

* * *

Side Note: Back in the famous 2016 thread: "Sick of Amazon Kindle books without Page Numbers...", I came up with the terms "Format-specific"/"Format-neutral" ways of citing things:
  • Physical book page numbers.
  • [...]
  • Byte-based "locations" in EPUB/MOBI.

+ listed all the pros/cons.

And in 2019: "Fractional Page Numbering", I described many of the edge-cases:
  • "What's a word?"
  • "What's a paragraph?"
  • "What's a page?"

Side Note #2: In the famous 2017 thread: "Citing Websites", I also showed off EPUB3 page-list + how it shows up in some apps.

(I also described Link Rot + updating the backlist + linked to lots of good stuff too!)

* * *

Anyway, like I said, I've slowly been leaning more towards including RPNs if possible...

... but there's still a lot of niggling issues there. (Like marking where the actual pages are + trying to keep all Print/Ebook changes in sync.)

RPNs are definitely something that's been gnawing away at me for years... and it might be something I need to tackle at a mass scale soon.

Last edited by Tex2002ans; 05-18-2022 at 04:06 PM.
Tex2002ans is offline   Reply With Quote
Advert
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
Sigil find and replace page numbers montalex Sigil 8 03-28-2017 08:51 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
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 06:12 AM.


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