Is it possible to create a document for an ebook-reader in the EPUB-format with LaTeX/TeX? Which extension or program can be used?
feedback
|
|
You can convert LaTeX to XHTML and then convert XHTML to EPUB. | |||
feedback
|
|
Pandoc can do this directly -- http://johnmacfarlane.net/pandoc/ It's a great command-line tool. pandoc -s example4.tex -o example4.epub | |||||||
feedback
|
|
As noted by @Alexey Romanov a way is to convert from LaTeX to XHTML then to EPub. The ePub standard does not support MathML, but SVG 1.1 is supported and mathematical equations and graphs should be rendered just fine while preserving searchability and scaling. http://wiki.mobileread.com/wiki/SVG#General_Notes_on_SVG_Usage_in_ePUB (Please update if you find the ultimate tool-chain to deal with this easily.) | ||||
feedback
|
|
The answer looks to be Yes, via some converter, but latex probably isn't the best way. From http://www.web-books.com/Publishing/epub.htm:
| |||
|
feedback
|