3 Replies to “Keep It Sigil Simple”
Leave a ReplyCancel reply
Related Post
So I really only see two ways to gift a kindle copy of your eBook. This post will take a look at these two options. Method 1 – Send a copy of your mobi file outside Amazon You can send anyone your book as a mobi file outside of Amazon. There is nothing wrong with this […]
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 […]
Earn 6% more as an Author
Authors spend a lot of time writing books. The best work they can do is to write. But while writing is the best work they can do it is not the only work they should do. Marketing is important if a writer wants to make their passion a career. Both Published and unpublished authors get […]
Reblogged this on Sci-fi & Fantasy Readers and commented:
As Scifi & Fantasy Readers, we expect quality eBooks. Whether your eBook is released by a big publisher or whether you self publish, quality is expected. Thanks to J. Abram Barneck for helping teach how to make higher quality eBooks.
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.
Smashwords says the cover width in you first page must be at least 1400 pixel wide. I am updating this to say that.