guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guix Manual in epub format


From: Hartmut Goebel
Subject: Re: Guix Manual in epub format
Date: Wed, 13 Jun 2018 09:21:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Am 13.06.2018 um 05:38 schrieb swedebugia:
Hi
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

This looks quite complicated. With a short internet search i found:

https://github.com/jlhg/texinfo2epub which basically does this:
makeinfo --docbook $INPUT_FILE_PATH -o out.xml
xsltproc $EPUB_XSL out.xml
The stylesheet seams to be part of docbook-xsl already.
https://github.com/ikrukov/epub does not provide a script, but describes the same approach.
-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |

reply via email to

[Prev in Thread] Current Thread [Next in Thread]