gnu: Add texlive-tex4ebook.

* gnu/packages/tex.scm (texlive-tex4ebook): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-16 17:24:26 +02:00
parent 4cd398c8b5
commit a9ea71d9f6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6202,6 +6202,28 @@ (define-public texlive-tex4ht
such as @code{gellmu}.")
(license license:lppl)))
(define-public texlive-tex4ebook
(package
(name "texlive-tex4ebook")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/support/tex4ebook/"
"scripts/tex4ebook/" "tex/latex/tex4ebook/")
(base32
"0907df4hb9y7nh5bz450qb1ljixk5li8hp6r9ajx8d0c47ac5a8v")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "tex4ebook")))
(propagated-inputs (list texlive-make4ht texlive-tex4ht))
(home-page "https://ctan.org/pkg/tex4ebook")
(synopsis "Converter from LaTeX to EBook formats")
(description
"This is a bundle of Lua scripts and LaTeX packages for conversion of
LaTeX files to EBook formats such as EPUB, MOBI and EPUB3. TeX4ht is used as
the conversion engine.")
(license license:lppl1.3+)))
(define-public texlive-texdraw
(package
(name "texlive-texdraw")