|
|
|
|
|
by atombender
2730 days ago
|
|
I don't know what you use to typeset the book, as I can't find any source files, but isn't LaTeX really good at this? I'm not sure what makes it hard to reflow. The text seems to be mostly paragraphs with figures, inline formulas and footnotes; pretty basic stuff, no? (O'Reilly's books were famously typeset with Troff/Groff for many years, though I don't know how painful that was or how advanced their typesetting needs were.) All I know is that I'd love a version that worked on smaller devices. I tried the Kindle version reformatted by archive.org, but it has lost most of the formatting, making it almost completely unreadable. I'd especially like an HTML version of the book that was fully hyperlinked, with zoomable vector figures, footnotes hidden away in popups, etc. |
|
I beleive that O'Reilly Media has used ASCIIDoc[0] as their preferred internal format for quite a few years. Formulas are supported through ASCIIMthML[1].
More recently, they seem to have transitioned to HTMLBook[2] as a preferred source format for systems like Atlas[3].
[0] ASCIIDoc is basically a Markdown-like (or ReStructuredText-like) format that is feature-equivalent to DocBook XML: http://asciidoc.org/
[1] http://asciidoc.org/asciimathml.html
[2] http://oreillymedia.github.io/HTMLBook/
[3] https://atlas.oreilly.com/