top | item 2438262

Ask HN: How Would You Start (Technically) Writing an Ebook

12 points| euroclydon | 15 years ago | reply

If you were to begin writing a technical ebook that you wanted to eventually self-publish, what would you use to write it in?

I'm thinking TeX, but are there macros to publish to .epub and .mobi?

I'd love to get some general advice from folks who written ebooks about what worked for them, and what they'd do differently -- technically, to ease the publication process.

9 comments

order
[+] bolinfest|15 years ago|reply
I wrote my own web-based editor to write Closure: The Definitive Guide (O'Reilly): http://docbookeditor.appspot.com/ Unfortunately, it's in a bit of a state of disarray because in Google's process of migrating from Docs 1.0 to Docs 2.0, they basically screwed over all the GData users in the process, which broke my tool. But as explained on the site, I made it possible to write in a Wiki-like language that looked something like the final product (using HTML/CSS rather than plaintext, saving a lot of TeX compilation and context switching to look at the generated DVI).

My editor can export to either DocBook XML or HTML, so I used the former to publish my book and the latter to publish essays on my web site. I also added support for slurping in source code from my repository so that I could be sure that the code samples in my writing actually worked. This was a bit of a pain, but definitely paid off, as readers are often infuriated by code samples that don't work. So far, no errata for code samples have been reported: http://oreilly.com/catalog/errata.csp?isbn=0636920001416

[+] euroclydon|15 years ago|reply
Wow! Writing an editor to write a book. You're in good company. Someone else commented to just keep it simple and focus on the writing which is the traditional advice.

Did you find that by creating an editor while writing your book, you were able to stay more engaged that if you had simply used a text editor and pushed off formatting until the content was done?

[+] iguvnbiugb|15 years ago|reply
write it in markdown of some flavor and make it as simple as you possibly can. then you can convert it to any target format you want.

start simply, use as little markdown or markup as you can get away with, and just start writing. futzing with the package or syntax or style or layout or anything else is a great way never to get actually writing.

[+] subv3rsion|15 years ago|reply
For my first dance with .mobi and .epub I used a mix of tools like Mobipocket Creator to export my .epub format to .mobi for the Kindle. That took a lot of patience, adjustments, and fine tuned settings to get the appearance correct on the device. There is also an emulator built-in. Having the Kindle in hand is far better.

Calibre was also a big help. Calibre is more ebook management? It does have some helpful conversion tools for the .epub to .mobi process.

Also during .epub development. I used threepress, http://threepress.org/document/epub-validate, to validate the .epub files as I went.

Focus on the content first not the format was my big lesson. In the end I made the .epub (DRM free) by hand using Notepad++. Just gave me far more control in the look, feel, layout, and fonts. Web developer by trade so it was not difficult to get a handle on.

[+] chromatic|15 years ago|reply
I've written and edited books in a format called PseudoPOD for many years now. My company has several tools to validate and emit other formats, including XHTML, LaTeX, ePub, and PDF. This works very well for us.

Many of these tools are available from the Modern Perl repository on Github: http://github.com/chromatic/modern_perl_book