mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-makelabels.
* gnu/packages/tex.scm (texlive-makelabels): New variable.
This commit is contained in:
parent
12487aeb7f
commit
97f3272a24
1 changed files with 27 additions and 0 deletions
|
@ -88164,6 +88164,33 @@ (define-public texlive-makeglos
|
|||
@command{makeindex}, in the same way that an index is made.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-makelabels
|
||||
(package
|
||||
(name "texlive-makelabels")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/makelabels/"
|
||||
"source/latex/makelabels/"
|
||||
"tex/latex/makelabels/")
|
||||
(base32
|
||||
"0aplzmyvdkyqkzwhyjcjp11dnmf2v1xm4b4qbyrvmhjbldrmzsps")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/makelabels")
|
||||
(synopsis
|
||||
"Add a @code{\\makelabels} feature to KOMA-Script letter classes and package")
|
||||
(description
|
||||
"The standard letter class @code{letter} has a label feature. You can
|
||||
activate it using @code{\\makelabels}. While in Germany window envelopes are
|
||||
common, printing labels is not common, and @code{scrlttr2} has never supported
|
||||
label printing. Using @file{makelabels.lco} does implement
|
||||
a @code{\\makelabels} feature similar to the standard letter classes.
|
||||
Currently there are (almost) no configuration features for
|
||||
@file{makelabels.lco}. But you may use the @code{envlab} package after
|
||||
loading @file{makelabels.lco} to get various configuration features.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; 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