Quote:
Originally Posted by Doitsu
Of course, you'll also need to add pagebreak markers to .xhtml files. For example, you'll need to insert the following pagebreak marker in a block-level tag in song_1.xhtml.
Code:
<span epub:type="pagebreak" id="page1" title="1"/>
Note that you can add sequential numbers in Calibre with a regex function.
|
Hey There, So I created a test book with just the first 3 chapters of my book and added a page-list to the nav section and corresponding page breaks in the xhtml files. No luck unfortunately. The Apple books app still insists on assigning its own page numbers. I did confirm that the page list works by shifting the marker to the end of the chapter. Clicking on the page-link took me to the end of the chapter rather than the beginning as expected.