Steve Litt: ... > That easy feeling will vanish the day you need to turn your manuscript > into an ePub. LaTeX is a spectacular language for typesetting to PDF or > paper, but it's a dead bang lousy native format for a write-once, > deploy-all-formats manuscript. ...
Someone at: http://tex.stackexchange.com/questions/1551/use-latex-to-produce-epub gave this formula: latexml --dest=$1.xml $1.tex latexmlpost -dest=$1.html $1.xml ebook-convert $1.html $1.epub --language en --no-default-epub-cover Regards, /Karl Hammar ----------------------------------------------------------------------- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
