Quote:
Originally Posted by blu-
For example it usually goes page: 1, 1-2, 2.
Sometimes I would also get pages such as: 38, 38, 38-39, 39.
I don't really get it. Is there a way to make it just go 1, 2, 3, 4, etc.?
|
A page in ePub is based on 1024 characters so it's not based on the text size on the screen. When a page is fully on the screen, you get one page such as 38 of 242 but if the page number end in the middle of a screen page, you get 39-40 of 242 to indicate that you are at the end of 39 and the beginning of 40. It's the best way to do page numbering for a reflowable format such as ePub without making it reliant on the text size.