View Single Post
Old 08-20-2023, 05:27 PM   #7
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,729
Karma: 169712580
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by WillyA View Post
There is no <Guide> section. I can add one but where exactly do I insert it?

I'm new to Sigil, so be gentle!
The guide section is part of the .opf file and most often the last entry in the file. A sample from one book I just opened with Sigil is:
Code:
  <guide>
    <reference type="toc" title="Contents" href="Text/contents.xhtml"/>
    <reference type="text" title="Beginning" href="Text/chap001.xhtml"/>
    <reference type="copyright-page" title="Copyright" href="Text/copyright.xhtml"/>
    <reference type="cover" title="Cover" href="Text/cover.xhtml"/>
  </guide>
So the book should open at Chapter 1 (assuming that is what chap001.xhtml contains). Again, the risk is that whatever you use to render the ePub will pay no attention to the type="text" line.
DNSB is offline   Reply With Quote