On Mon, Sep 16, 2013 at 4:52 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
http://johnmacfarlane.net/pandoc/ can convert latex to epub. epub is actually a wrapper around html, so if it's written in pier it can be even easier.
thanks for the link. I've just tried and found these first problems: - pandoc doesn't accept $^ in the LaTeX input file. As you can imagine, this character is present everywhere :-) - if I replace all $^ by "return", I managed to compile the Block chapter (see deepIntoPharo.html attached). However, pandoc didn't recognize our listings. If you know a little about pandoc and want to contribute, please try (LaTeX sources are at https://gforge.inria.fr/projects/pharobooks/) The command I used is: pandoc --standalone --table-of-contents --from=latex --to=html --output=deepIntoPharo.html Block/Block.tex -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill