unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: swedebugia <swedebugia@riseup.net>, Guix-devel <guix-devel@gnu.org>
Subject: Re: Guix Manual in epub format
Date: Wed, 13 Jun 2018 09:21:50 +0200	[thread overview]
Message-ID: <d76b393e-5700-1d53-dbf1-c156d56ab670@crazy-compilers.com> (raw)
In-Reply-To: <A8FAF004-E3F6-44EC-93FB-1B7EE8EA1C23@riseup.net>

[-- Attachment #1: Type: text/plain, Size: 953 bytes --]

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 |


[-- Attachment #2: Type: text/html, Size: 1822 bytes --]

  parent reply	other threads:[~2018-06-13  7:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-13  3:38 Guix Manual in epub format swedebugia
2018-06-13  4:22 ` Nils Gillmann
2018-06-13  7:21 ` Hartmut Goebel [this message]
2018-06-13  8:06 ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d76b393e-5700-1d53-dbf1-c156d56ab670@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=guix-devel@gnu.org \
    --cc=swedebugia@riseup.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).