Quote:
Originally Posted by Albert Hart
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>