Hacker News new | ask | show | jobs
by pdobsan 2949 days ago
Not exactly what you have asked for but you can find the LaTeX sources of the book at https://github.com/ds26gte/tyscheme with instructions of building a PDF version.
1 comments

I didn't see the mobi format listed, but pandoc can create eBooks from TeX source: https://pandoc.org/MANUAL.html https://pandoc.org/epub.html
Calibre is very good at converting epubs to mobi (and the other way around.) It ships with a commandline tool called `ebook-convert` too so you don't have to mess around in the GUI.

https://manual.calibre-ebook.com/generated/en/ebook-convert....

If you can pass the clunky interface and cryptic error message from that badly designed app.
Yes the UX design is very poor, but the core conversion functionality works well once you figure out how the awful GUI works. The `ebook-convert` commandline tool is just fantastic though. It has a very straight forward interface.

    ebook-convert input_file output_file [options]
And there isn't very much impedance mismatch between mobi and epub, so the conversion back and forth between the two will almost always be high quality.