gnu: Add texlive-labels.
* gnu/packages/tex.scm (texlive-labels): New variable.
This commit is contained in:
parent
ee5b65e763
commit
30ec3e483e
1 changed files with 24 additions and 0 deletions
|
@ -86546,6 +86546,30 @@ (define-public texlive-labbook
|
|||
one experiment.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-labels
|
||||
(package
|
||||
(name "texlive-labels")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/labels/" "source/latex/labels/"
|
||||
"tex/latex/labels/")
|
||||
(base32
|
||||
"1ldvd3d5c1g2hm4h02px1gzvv3kkkx834nwp3m3skh80nbhd3hcz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/labels")
|
||||
(synopsis "Print sheets of sticky labels")
|
||||
(description
|
||||
"This package provides a LaTeX package to print a regular grid of ragged-right
|
||||
labels on a page, suitable for sheets of labels which can be fed through
|
||||
a printer. Macros are provided to allow easy input of names and addresses in
|
||||
a form free of TeX markup. Equally useful is a feature for making multiple
|
||||
copies of a single label, e.g., return address stickers to go with the labels.
|
||||
Rows, columns, borders can all be specified to match the label sheet being
|
||||
used.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue