View Single Post
Old 04-18-2018, 06:22 PM   #12
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: 29,809
Karma: 54830978
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 AlexBell View Post
Yes, that makes sense. But how do you get the HTML files to follow each other on the ereader screen without a gap of whitespace?

Are any of these epubs in the public domain, so I could download it and see how you did it?
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
theducks is offline   Reply With Quote