|
|
|
|
|
by roycoding
1498 days ago
|
|
I'm about 3/4 of the way through writing my second book right now (Zefs Guide to Deep Learning https://zefsguides.com ). I have am using a somewhat similar workflow. I'm writing in Leanpub's Markua flavor of Markdown, which they use to build ebook, PDF, and HTML formats. They will also produce a reformatted PDF for you for book printing, with appropriate margins. This is the same thing I did for my first book, except that I want a pocket book size format and there isn't one that both Leanpub and Amazon KDP currently support, so instead I will be doing some LaTeX wrangling to produce a PDF formatted for KDP. I haven't yet decided how I will do that, as there doesn't seem to be a Markua -> Markdown convertor anywhere (pandoc only goes in the other direction). |
|