[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: REQUEST to Guix Maintainers
From: |
Andreas Enge |
Subject: |
Re: REQUEST to Guix Maintainers |
Date: |
Sun, 10 Nov 2019 11:41:14 +0100 |
User-agent: |
Mutt/1.12.1 (2019-06-15) |
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