HANDCRAFT EPUB
In
7 STEPS
Mundy Obilor Jim
Imprint
Handcraft EPUB In 7 Steps by Mundy Obilor Jim.
Copyright 2015 JimArts Publishing.
All rights reserved.
ISBN 978-82-998906-9-4
No portion of this book may be used for further publication without the written permission of the publisher as it is protected under the copyright laws.
Permission is not required for the use of the code examples in this book as the major objective of the book is to assist new authors and self-publishing authors alike.
Preface
T o effectively write and publish an e-book as a self-publisher or as an author, you will be confronted with many questions. Handcraft EPUB In 7 Steps will not only answer most of these questions but also give a right foothold to anyone dreaming to be a good author in our ever-changing, 'digital publishing' world. The book aims at truly emphasizing on the word 'crafting' as it will in a step-by-step fashion, show how you can create an EPUB with your own resources without paying too much attention to the associated syntax and semantics and without using any conversion software. The book will not bore you with coding! See every code in this book (CSS or XHTML) as a 'mini formula'. You should be able to build on these steps even as you proceed further in e-publishing. Some of the questions bothering new intending, do-it-yourself writers include the following:
- Can I publish my e-book myself without the fear of first learning all sorts of coding like XHTML and CSS?
YES you definitely can, even though the skills of writing in mark-up languages are rewarding.
- Should I publish in EPUB2 or in EPUB3 format?
Good question! While EPUB3 has richer features in styling and structure it gives the possibility of adding media content for example, EPUB2 remains the more widespread format at present time. Often the assertion is that many platforms now support EPUB3. To some of us, The reality here is that the 'many' happens to be just in the 'minority'.
- I have read that an EPUB is just a website in a box. Does it mean I have to learn some special packages or understand some web design?
No! As long as you have your resources ready (text, images, etc.), you can hand-craft your own EPUB by following the simple steps outlined in this book.
- What if I just use a conversion software or tool to convert my e-book to EPUB? Is there any big difference?
This is not a bad idea but the fact remains that you might not get the best layout you desire and most importantly, you will still be far away from imbibing the attitude of 'do-it-yourself' on one hand; and on the other hand, you may encounter several errors during validation. Bear in mind that some distributors may stipulate that you submit a validated EPUB and they often advise authors to avoid submitting books converted with third party software. But I must submit to anyone that in our modern computing times, there is a whole lot you can do yourself without pain, stress or those long periods of waiting for professionals to complete the entire process of your publishing adventure.
- If I decide to do it myself, will I be able to have my e-book on several sales platforms?
Yes, as long as you are willing to sit back and write your book, you will learn how to publish your book within multiple sales platforms.
Chapter 1 attempts to degrade or destroy the fear of coding. The word 'degrade' is probably more suitable as you will find out that it is a good idea to acquire some knowledge and understanding of CSS, especially the basic ones. In Chapter 2, we will look at the best practical methods to place items like images and videos. We will at best, show how to hand-craft an EPUB in Chapter 3 in seven instructional steps before we see in Chapter 4 how we can publish and sell our e-book. In a few words, this book can be titled "EPUB creation made simple for authors.
Contents Summary
- CHAPTER .
Codes Are No Barriers - CHAPTER .
Media Best Practices - CHAPTER .
Let's Go Crafting - CHAPTER .
Publish, Sell, Honest Opinions
Terminologies
- MathML Mathematical Mark-up Language
- CSS Cascading Style Sheets
- XHTML Extensible Hypertext Mark-up Language
- LaTeX Lamport TeX
- IDPF International Digital Publishing Forum
- KDP Kindle Direct Publishing
- EpubCheck A software tool for validating EPUB files
CHAPTER
Codes Are No Barriers
T he first running thoughts of Authors when they have finished with the manuscript of their books in raw formats (Microsoft Word, Text, HTML, etc.) are the thoughts of how best to get the book published as a standard e-book so that it can be on the shelves for people to view, read or buy. More often than not, new authors are usually embroiled in the making of two choices: the first is to find and utilize a conversion package (some of which are free) to convert the books to any format. It turns out that in most cases, they are not completely happy with the outcome they think their dream e-book should look better than that. The second option for beginners is to approach some conversion experts to do the job so that the e-book looks the way they desire; or better still, to approach an 'aggregator', who will do the conversion of the book and ultimately distribute the e-book through various retailers. Either way, these are good choices and ultimately, the e-book is now a material that the world can see and purchase.
I have personally utilized both avenues extensively but I must again and again submit to anyone who intends to take responsibility that the process will take away some precious time, at least if you consider that your plan is to write three to four books within a short period of time. However, your desire may be that you want to understand the publishing process, do things yourself and even publish your book, at least from a business start-up point of view. Then you are reading the right book. If the term "EPUB" is not in your project or planning dictionary and you are thinking more in other e-book formats like MOBI, never mind. Just feel at home as you will happily arrive at that final e-book of your choice, including a MOBI format for a market place like Amazon. In other words, this book is not only for those who want to create EPUBs. It goes a little further with a well-formatted or finished EPUB, you can publish your book on platforms like the Amazon Kindle Store? We shall outline this simple process in Chapter 3 (Let's Go crafting) and Chapter 4 (Publish, Sell, Honest Opinions). The objectives of this book are very simple:
- To help writers and intending publishers to see that working with codes such as putting your texts, book information and images within XML or XHTML and using CSS to style the display are no stumbling blocks but that it is better to see the codes as tools to wrap up your book rather than seeing the coding process as some 'must have skill' criteria.
- To show the art of writing and formatting a standard e-book, whether it is meant for the e-book market place or the idea is to archive office or similar documents in EPUB formats.
- Explain certain best media practices which include proper handling and placement of images and other media contents within your e-book.
- Render some basic tips on how one can publish an e-book. For simplicity and adapting this book to be of suitable use to self-publishing authors, we will not dwell much on some of the hyped features of EPUB3 like media overlay and text-to-speech functions for now.
Next page