Monday, April 7, 2014

eBook Formatting: Minimalist Paradigm

What is the Minimalist Paradigm?

My approach to eBook formatting, which I call the "Minimalist Paradigm," is by design--simple. I put in the bare minimum of formatting. Meaning:
  • Chapter titles as headings (h1 or h2 tags)
  • Paragraph spacing
  • Paragraph indent
  • Bold, Italics and centering as needed
  • Link chapter headings to table of contents
  • Format chapter links not to look so much like links
And that's it. No images (other than the cover). No drop caps. No fancy fonts.

Why the Minimalist Paradigm?

I am a computer programmer that builds websites and web applications for a living. So I know a lot about HTML and CSS which are the technologies behind eBooks.
The number 1 reason I use the minimalist paradigm: It looks good on pretty much in all apps and programs and on all devices and screen sizes.

That's really the heart of it. Having a single source file that looks good everywhere. You see, an eReader or an eReader app is not like a physical book. It's layout is not fixed. It changes dynamically based on the screen size and user settings. On most eReaders and eReader apps the user can change a lot of things including the font, text size, margins, text color, and background color.

Also, each eReader and eReader app brand has a slightly different way of handling the eBooks. By keeping it simple you have less of chance of running into special cases that require the file to be "tweaked" in order to look correctly.
Below I provide some screen shots that illustrate the point, especially about using images in eBooks.
Oh, and the number 2 reason I use the minimalist paradigm: it saves a lot of time and effort. Bonus--the files are smaller.

An Example

I compiled to sample eBooks. One is "fancy" meaning it contains images. And the other is "simple" meaning it uses only my minimum formatting. You may download them and see them in action if you like. Here are both in the Kindle Previewer, as you can see they both look nice. Although the fancy chapter title adds a little extra flash.
Fancy Simple
Now look at the same books on a smart phone in the Kindle app. Still, they both look good.
Fancy Simple
Until you change the font size. If you add the images right they will "scale" with the screen size and the font size. But they can become grain or mis-aligned. You can get around the grain part by making sure you have high quality images, but they also make the file size larger.
Fancy Simple
Or the color scheme. And this example is a big part of why I kept it simple. I'm a web developer, and a perfectionist, and I just thought that having the white border around the images looked bad. It might not bother some readers, but it really distracts me.
Fancy Simple

In Short

By letting go of the details of eBook formatting you give the eReaders and the reader themselves more control over how to display your book--and it will pretty much always look good.

No comments:

Post a Comment