gnu: Add texlive-bookcover.

* gnu/packages/tex.scm (texlive-bookcover): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 14:49:20 +02:00
parent 425e7dba4d
commit b427ca3c07
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4376,6 +4376,24 @@ (define-public texlive-blockdraw-mp
it is felt that many users will be happy to have a library for the job.")
(license license:lppl)))
(define-public texlive-bookcover
(package
(name "texlive-bookcover")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bookcover/"
"source/latex/bookcover/"
"tex/latex/bookcover/")
(base32
"0m5km26diwv7xij4r64c3gk2hl8xc22lrbcccqlrk1fhdlz3i8zb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bookcover")
(synopsis "Class for book covers and dust jackets")
(description "This class helps typesetting book covers and dust jackets.")
(license license:lppl1.2+)))
(define-public texlive-bpolynomial
(package
(name "texlive-bpolynomial")