gnu: Add texlive-jlabels.

* gnu/packages/tex.scm (texlive-jlabels): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:53:19 +02:00
parent 2216139e9e
commit 7d23724d21
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -85991,6 +85991,24 @@ (define-public texlive-iwhdp
both English and German texts.")
(license license:lppl1.3+)))
(define-public texlive-jlabels
(package
(name "texlive-jlabels")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/jlabels/" "tex/latex/jlabels/")
(base32
"1p12sr2i44mmn4cr3vsmrbaixx17c53qx4jh4k3mscwj7rkf3af1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/jlabels")
(synopsis "Make letter-sized pages of labels")
(description
"The package makes letter-sized pages of labels. It provides controls for the
numbers of rows and columns.")
(license license:lppl)))
;;;
;;; 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