Search:
Go to Lulu Help pages
Reply
Author
ThosG
Posts: 7
Registered: ‎03-21-2012

Page numbers in epubs.

I am reading up in the ePub Converter guide ready for when I take the plunge with a small collection of short stories.

Ideally I would like an index list with titles and page numbers, but the guide says the process removes page numbering.    Is there a way round this?

Thanks for any help offered.        

Tom                                                                               

 

Please use plain text.
Teacher
Ken Anderson
Posts: 10,088
Registered: ‎02-11-2010

Re: Page numbers in epubs.

EPUBs do not have page numbers.

In an EPUB the amount of text on a screen page can vary depending upon the font and size chosen at the time of reading a page. The text flows from one page to another so that a full page of readable text is always viewable.

An index can be created but Word is not the best tool to use for one.

The heart of an EPUB is XHTML code and one needs the skills to manipulate that code to produce a good index. 

Ken Anderson - The Lulu'ers Professor

Get the "EPUBs with Lulu" Tutorial

Please use plain text.
Author
ThosG
Posts: 7
Registered: ‎03-21-2012

Re: Page numbers in epubs.

Ken,

Thanks a lot for the ultra quick response.

To avoid getting out of my depth I'll redraw the text layout.

Appreciate the help.

Tom G
Please use plain text.
Author
ricks99
Posts: 100
Registered: ‎02-28-2010

Re: Page numbers in epubs.

For my epub indexes, the words themselves are the link. This allowed me to remove all the page numbers. So:

foo, 49

becomes simply:

foo

 

For entries with multiple links, I originally used popup links, however not all readers support it. So, instead I simply created the link as #. So:

foo, 49, 60, 120

becomes simply:

foo, #, #, #

 

For ranged entries, I decided to link only to the beginning point. So:

foo, 49, 50-55

becomes:

foo, #, #

 

For "see" and "see also" entires, I linked to the actual source.

 

----
Rick
Author of the best-selling books for Tiki Wiki CMS Groupware:
http://www.lulu.com/spotlight/ricks99
Please use plain text.