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