View Single Post
Old 05-02-2013, 07:09 PM   #2
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,079
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Albert Hart View Post
I am trying to use Calibre to convert a Kindle eBook I have published to a print book.

I cannot get Calibre to add page numbers to the table of contents - either the one already stored in the ePub format, or the one Calibre generates.

What am I missing?
EPUB has no page, therefore: No Page Numbers

(x)HTML, the core of EPUB uses anchors . Yes you could make the Anchor id="P234" (the old Print number. and The Link is the TOC title entry (no visible page number
section eg Map You simply click on 'Map'

Code:
<h2 id="toc">CONTENTS</h2>
  <p class="contentsHead"><a href="../Text/Map.html#P234">Map</a></p>
theducks is offline   Reply With Quote