I had some success converting latex files to epub using the following: #!/bin/sh
latexml --dest=$1.xml $1.tex latexmlpost -dest=$1.html $1.xml ebook-convert $1.html $1.epub --language en --no-default-epub-cover % I do nearly all my authoring in LaTeX. Also: abiword can save in e-pub-format. Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you. (Psalm 63:3)