* Guix Manual in epub format
@ 2018-06-13 3:38 swedebugia
2018-06-13 4:22 ` Nils Gillmann
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: swedebugia @ 2018-06-13 3:38 UTC (permalink / raw)
To: Guix-devel
[-- Attachment #1: Type: text/plain, Size: 573 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
[-- Attachment #2: Type: text/html, Size: 722 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Guix Manual in epub format
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
2018-06-13 8:06 ` Ricardo Wurmus
2 siblings, 0 replies; 4+ messages in thread
From: Nils Gillmann @ 2018-06-13 4:22 UTC (permalink / raw)
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?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Guix Manual in epub format
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
2018-06-13 8:06 ` Ricardo Wurmus
2 siblings, 0 replies; 4+ messages in thread
From: Hartmut Goebel @ 2018-06-13 7:21 UTC (permalink / raw)
To: swedebugia, Guix-devel
[-- 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 --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Guix Manual in epub format
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
@ 2018-06-13 8:06 ` Ricardo Wurmus
2 siblings, 0 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2018-06-13 8:06 UTC (permalink / raw)
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 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?
We can generate HTML directly as we do for the online copy of the
manual. From there it’s just a small step to epub.
--
Ricardo
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-06-13 11:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2018-06-13 8:06 ` Ricardo Wurmus
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).