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?