View Single Post
Old 12-06-2016, 04:14 PM   #3
ratinox
Fanatic
ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.
 
Posts: 531
Karma: 5060708
Join Date: Oct 2016
Device: Forma, iPad Air 4
The TeX Users Group published a formal(ish) workflow for converting LaTeX documents to ePub. It's similar to rkomar's workflow: convert TeX/LaTeX to XML via TeX4ht and then convert that to ePub.

I've had good results converting HTML to ePub with Calibre's ebook-convert:
Code:
ebook-convert in.foo out.epub --remove-paragraph-spacing --max-toc-links=999 \
  --flow-size=9999 --output-profile=tablet --title="Foo"
Season to taste. I use the tablet output profile because I have large-ish readers (Kindle DX, Aura One).
ratinox is offline   Reply With Quote