Quote:
Originally Posted by WillyA
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.