View Single Post
Old 04-19-2018, 06:39 AM   #13
Pablo
Guru
Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.
 
Pablo's Avatar
 
Posts: 974
Karma: 4999999
Join Date: Mar 2009
Location: Rosario, Argentina
Device: SONY PRS-T2, Kindle Paperwhite 11th gen
Quote:
Originally Posted by theducks View Post
I use Sigil or Calibre's editor, when you split the files, the proper Spine entry is automatically made, which connects the manifest.

Code:
<spine toc="ncx">
    <itemref idref="titlepage"/>
    <itemref idref="calibre_jacket"/>
    <itemref idref="a02-title"/>
    <itemref idref="a03-copyright"/>
    <itemref idref="a04-toc"/>
    <itemref idref="a05-acknowledgments"/>
    <itemref idref="a06-foreword"/>
    <itemref idref="a07-writersroom"/>
    <itemref idref="a08-planning"/>
    <itemref idref="a09-finding"/>
    <itemref idref="a10-theme"/>
The manifest maps the file
What Alex wants is to prevent a page break in the reader display when you go from an html file to the next one, which is not possible.
Pablo is offline   Reply With Quote