Anyone got a similar resource for self publishing ebooks? I had some stuff hacked together with org-mode and some other bits a while ago, but would like to know of anything better.
It's not LaTeX, but a historian recently posted on HN his work flow for using plaintext and Pandoc for writing papers [1]. I've been using markdown+pandoc [2] for a book of stories for my family. TeX/LateX exerts nearly absolute (albeit, gorgeous) control over layout, whereas e-book readers often provide the reader with many configurable layout options. Thus, e-book formats tend towards a content-with-minimal-layout-hints way of handling layout. I'm finding markdown plus pandoc a good fit for the latter.
You can look into softcover/polytexnic here: https://github.com/softcover/softcover , I believe it had a decent .tex style for a book. Also very powerful pipeline for producing .epub/.mobi from .tex
I'd also be happy to share some of the .tex header I use for my book---just some customizations on the vanilla book documentclass. It's fairly hacky stuff, but it works ;)
[1] http://wcm1.web.rice.edu/my-academic-book-in-plain-text.html
[2] https://puppetlabs.com/blog/automated-ebook-generation-conve...