From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Guix Manual in epub format Date: Wed, 13 Jun 2018 05:38:20 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----KW8UY4SS5XDVUF829N8MECRRN0Z2EC" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSwcD-00073F-J5 for guix-devel@gnu.org; Tue, 12 Jun 2018 23:38:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSwc9-0000NH-7p for guix-devel@gnu.org; Tue, 12 Jun 2018 23:38:33 -0400 Received: from mx1.riseup.net ([198.252.153.129]:46687) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSwc9-0000Mm-00 for guix-devel@gnu.org; Tue, 12 Jun 2018 23:38:29 -0400 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 164E11A01CA for ; Tue, 12 Jun 2018 20:38:27 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id 500AD2CF99 for ; Tue, 12 Jun 2018 20:38:25 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Guix-devel ------KW8UY4SS5XDVUF829N8MECRRN0Z2EC Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi I use an ebook reader for reading long detailed documents and books=2E I would like a copy of the guix Manual on my reader=2E I searched a little and there seem to be no ready tool to convert info2epu= b=2E I found this: latexml --dest=3D$1=2Exml $1=2Etex latexmlpost -dest=3D$1=2Ehtml $1=2Exml ebook-convert $1=2Ehtml $1=2Eepub --language en --no-default-epub-cover It makes use of latexml and ebook-converter (the command line tool that co= mes with calibre) Source: https://tex=2Estackexchange=2Ecom/questions/1551/use-latex-to-prod= uce-epub Any thoughts? --=20 Cheers Swedebugia ------KW8UY4SS5XDVUF829N8MECRRN0Z2EC Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi
I use an ebook reader for reading long detailed documents and books=2E
I would like a copy of the guix Manual on my reader=2E
I searched a little and there seem to be no ready tool to convert info2epu= b=2E

I found this:

latexml --dest=3D$1=2Exml $1=2Etex
latexmlpost -dest=3D$1=2Ehtml $1=2Exml
ebook-convert $1=2Ehtml $1=2Eepub --language en --no-default-epub-cover
It makes use of latexml and ebook-converter (the command line tool that co= mes with calibre)
Source: https://tex=2Estackexchange=2Ecom/questions/1551/use-l= atex-to-produce-epub

Any thoughts?
--
Cheers Swedebugia ------KW8UY4SS5XDVUF829N8MECRRN0Z2EC-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: Re: Guix Manual in epub format Date: Wed, 13 Jun 2018 04:22:13 +0000 Message-ID: <20180613042213.cbsjbhhi376fpj7z@abyayala> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSxHw-0002m2-CP for guix-devel@gnu.org; Wed, 13 Jun 2018 00:21:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSxHv-0000cl-HY for guix-devel@gnu.org; Wed, 13 Jun 2018 00:21:40 -0400 Received: from conspiracy.of.n0.is ([2a01:4f8:1c0c:7ad0::1]:33458) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSxHv-0000b3-82 for guix-devel@gnu.org; Wed, 13 Jun 2018 00:21:39 -0400 Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: swedebugia Cc: Guix-devel swedebugia transcribed 1.6K bytes: > 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 > > 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? > -- > Cheers Swedebugia Yes, Texinfo is not LaTeX. Unless there's a Texinfo to LaTeX tool which doesn't suck, this will be impossible. This was one of the results I found: https://github.com/jlhg/texinfo2epub first result page on search engine. Does not look like nothing to me? From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Re: Guix Manual in epub format Date: Wed, 13 Jun 2018 09:21:50 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------6BE583CCDBB50FE4975D669A" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fT06Q-0006EJ-6K for guix-devel@gnu.org; Wed, 13 Jun 2018 03:21:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fT06N-0005Ox-0H for guix-devel@gnu.org; Wed, 13 Jun 2018 03:21:58 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:48382) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fT06M-0005OE-Lo for guix-devel@gnu.org; Wed, 13 Jun 2018 03:21:54 -0400 In-Reply-To: Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: swedebugia , Guix-devel This is a multi-part message in MIME format. --------------6BE583CCDBB50FE4975D669A Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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 | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | --------------6BE583CCDBB50FE4975D669A Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
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          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |
--------------6BE583CCDBB50FE4975D669A-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Guix Manual in epub format Date: Wed, 13 Jun 2018 10:06:31 +0200 Message-ID: <87wov3az5k.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fT4KY-0001Tk-Mw for guix-devel@gnu.org; Wed, 13 Jun 2018 07:52:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fT4KT-0008PV-Qp for guix-devel@gnu.org; Wed, 13 Jun 2018 07:52:50 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fT4KT-0008FR-HV for guix-devel@gnu.org; Wed, 13 Jun 2018 07:52:45 -0400 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: swedebugia Cc: Guix-devel 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 info2ep= ub. > > I found this: > > latexml --dest=3D$1.xml $1.tex > latexmlpost -dest=3D$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 c= omes 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=E2=80=99s just a small step to epub. --=20 Ricardo