From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: REQUEST to Guix Maintainers Date: Sun, 10 Nov 2019 11:41:14 +0100 Message-ID: <20191110104114.GA30909@jurong> References: <64019119-6480-5ec7-3d43-d68c9a2bd94f@fastmail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55350) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTken-0005Jt-7N for help-guix@gnu.org; Sun, 10 Nov 2019 05:41:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTkem-0004w0-38 for help-guix@gnu.org; Sun, 10 Nov 2019 05:41:21 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:52468) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iTkel-0004vq-Ss for help-guix@gnu.org; Sun, 10 Nov 2019 05:41:20 -0500 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: zimoun Cc: Raghav Gururajan , help-guix Hello, On Wed, Nov 06, 2019 at 11:35:04AM +0100, zimoun wrote: > Or maybe Pandoc https://pandoc.org/epub.html using directly the texinfo file. pandoc is a good idea, but the texinfo file causes error messages. I did the following, which worked well: makeinfo --html --no-split guix-cookbook.texi pandoc guix-cookbook.html -o guix-cookbook.epub Andreas