mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: Add texlive-latex-kvoptions.
* gnu/packages/tex.scm (texlive-latex-kvoptions): New public variable.
This commit is contained in:
parent
29baa9290e
commit
a064a9152f
1 changed files with 19 additions and 0 deletions
|
@ -5145,6 +5145,25 @@ (define-public texlive-latex-jknapltx
|
|||
in SGML; use maths minus in text as appropriate; simple Young tableaux.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public texlive-latex-kvoptions
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-latex-kvoptions"
|
||||
(list "/doc/latex/kvoptions/"
|
||||
"/tex/latex/kvoptions/")
|
||||
(base32
|
||||
"04v733njj6ynf1prj5rxljqbjq925jyycdprc78n7g01knn13wgr")
|
||||
#:trivial? #t))
|
||||
(propagated-inputs
|
||||
`(("texlive-generic-kvsetkeys" ,texlive-generic-kvsetkeys)
|
||||
("texlive-generic-ltxcmds" ,texlive-generic-ltxcmds)))
|
||||
(home-page "https://www.ctan.org/pkg/kvoptions")
|
||||
(synopsis "Key/value format for package options")
|
||||
(description
|
||||
"This package provides facilities for using key-value format in
|
||||
package options.")
|
||||
(license license:lppl1.3c+)))
|
||||
|
||||
(define-public texlive-fonts-ec
|
||||
(package
|
||||
(name "texlive-fonts-ec")
|
||||
|
|
Loading…
Reference in a new issue