me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ebook.

* gnu/packages/tex.scm (texlive-ebook): New variable.
master
Nicolas Goaziou 2023-08-22 15:33:27 +02:00
parent fe7c83abd4
commit bf113089ce
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -11817,6 +11817,25 @@ are provided.")
mathematics.")
(license license:lppl1.3+)))
(define-public texlive-ebook
(package
(name "texlive-ebook")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ebook/" "tex/latex/ebook/")
(base32
"1i9zixl8wiwmfrhrzwm2adgwm5kzqk5xaq5nq9bks9i2ayvmiij2")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ebook")
(synopsis "Helps creating an ebook by providing an @code{ebook} class")
(description
"The package defines a command @code{\\ebook} that defines page layout,
fonts, and font-sizes for documents to be rendered as PDF-ebooks on small
ebook-readers.")
(license license:public-domain)))
(define-public texlive-ecc
(package
(name "texlive-ecc")