3 Replies to “Keep It Sigil Simple”

  1. There was a question about choosing the page to be seen first when the ebook is first opened.

    1. In Sigl, right-click on the file you wish to be the start file (Chapter 1 or a prologue) and choose Add Semantics | Text.

    this adds this code to the the content.opf

      <guide>
        <reference href="Text/Cover.xhtml" title="Cover" type="cover" />
        <reference href="Text/Title.xhtml" title="Title Page" type="title-page" />
        <reference href="Text/Copyright.xhtml" title="Copyright Page" type="copyright-page" />
        <reference href="Text/TOC.xhtml" title="Table Of Contents" type="toc" />
        <reference href="Text/A%20few%20months%20ago.htm" title="Text" type="text" />
      </guide>
    

    Kindle opens to the first document marked with type=”text” in the tags.

    Even without this, my book has worked perfectly on Kindle because Kindle tries to figure this out and is quite successful at it.

Leave a Reply

Related Post

Fire Light Errata

Release Version 0.99d (November 20, 2013) Chapter 16 he slammed on the breaks, he slammed on the brakes,

Avoiding extra carriage returns in ebooks

When you publish an ebook, you should never have an empty line. There are places where you may use an empty line. Chapters The wrong way Pressing Enter (sometime called carriage returns). Never, never use the enter key to add new lines until you are at the next page. These new lines will show up […]

Creating your Ebook: Step 2 – Novel to EPUB with Sigil

If you want a great high quality ebook, then I recommend you use Sigil. It is free and open source and works quite well. Note: I recommend that you wait until your manuscript is done before you move it to Sigil. Use Microsoft Word to write your novel and edit your novel. Only once it […]