Archived
1
0
Fork 0

gnu: Add texlive-cd-cover.

* gnu/packages/tex.scm (texlive-cd-cover): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:45:36 +02:00
parent 82fbb3f6ec
commit 3db07ed906
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -75510,6 +75510,26 @@ require no more than a simple data file per cover; the package will make
a full insert for a CD case (it copes with both normal and slim cases).")
(license license:gpl3+)))
(define-public texlive-cd-cover
(package
(name "texlive-cd-cover")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cd-cover/"
"source/latex/cd-cover/"
"tex/latex/cd-cover/")
(base32
"1r9msar7x87ibjw3wgh9m6xnrw01khnsdc20g0jhhrn53fyrxhg9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cdcover")
(synopsis "Typeset CD covers")
(description
"The CD-cover class will typeset front and back cover sheets for CD jewel
cases, or an entire paper cover, or a label for a plastic slip-cover.")
(license license:gpl3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar