mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add texlive-namedef.
* gnu/packages/tex.scm (texlive-namedef): New variable.
This commit is contained in:
parent
7cba4caa1e
commit
71a23462d9
1 changed files with 23 additions and 0 deletions
|
@ -3145,6 +3145,29 @@ (define-public texlive-modulus
|
||||||
the dividend and divisor.")
|
the dividend and divisor.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-namedef
|
||||||
|
(package
|
||||||
|
(name "texlive-namedef")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/namedef/"
|
||||||
|
"source/generic/namedef/"
|
||||||
|
"tex/generic/namedef/")
|
||||||
|
(base32
|
||||||
|
"1rc97c8zn1gb1cfqf70q5iphnbkgay4xmw1a2h55kc9wj4ql2j5d")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs (list texlive-l3kernel))
|
||||||
|
(home-page "https://ctan.org/pkg/namedef")
|
||||||
|
(synopsis "TeX definitions with named parameters")
|
||||||
|
(description
|
||||||
|
"This package provides a prefix @code{\\named} to be used in TeX
|
||||||
|
definitions so that parameters can be identified by their name rather than by
|
||||||
|
number, giving parameters a semantic rather than syntactic meaning, making it
|
||||||
|
easy to understand long definitions.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-tex
|
(define-public texlive-tex
|
||||||
(package
|
(package
|
||||||
(name "texlive-tex")
|
(name "texlive-tex")
|
||||||
|
|
Loading…
Reference in a new issue