Hi swedebugia,
> I use an ebook reader for reading long detailed documents and books. > I would like a copy of the guix Manual on my reader. > I searched a little and there seem to be no ready tool to convert info2epub. > > I found this: > > latexml --dest=$1.xml $1.tex > latexmlpost -dest=$1.html $1.xml > ebook-convert $1.html $1.epub --language en --no-default-epub-cover > > It makes use of latexml and ebook-converter (the command line tool that comes > with calibre) > Source: https://tex.stackexchange.com/questions/1551/use-latex-to-produce-epub > > Any thoughts? We can generate HTML directly as we do for the online copy of the manual. From there it’s just a small step to epub. -- Ricardo