gnu: Add texlive-luakeys.
* gnu/packages/tex.scm (texlive-luakeys): New variable.
This commit is contained in:
parent
aeff82b87d
commit
c290a4263a
1 changed files with 19 additions and 0 deletions
|
|
@ -16539,6 +16539,25 @@ book ``Einfuhrung in LuaTeX und LuaLaTeX'', published by Lehmans Media and
|
||||||
DANTE, Berlin.")
|
DANTE, Berlin.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-luakeys
|
||||||
|
(package
|
||||||
|
(name "texlive-luakeys")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/luatex/luakeys/" "tex/luatex/luakeys/")
|
||||||
|
(base32
|
||||||
|
"0nsd9d2rfwbjadnfykhi0c4wj39cscpx496acjcixg1irlxii7z8")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/luakeys")
|
||||||
|
(synopsis "Lua module for parsing key-value options")
|
||||||
|
(description
|
||||||
|
"This package provides a Lua module that can parse key-value options like
|
||||||
|
the TeX packages @code{keyval}, @code{kvsetkeys}, @code{kvoptions},
|
||||||
|
@code{xkeyval}, @code{pgfkeys}, etc.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-babel-czech
|
(define-public texlive-babel-czech
|
||||||
(package
|
(package
|
||||||
(name "texlive-babel-czech")
|
(name "texlive-babel-czech")
|
||||||
|
|
|
||||||
Reference in a new issue