gnu: Add texlive-keycommand.
* gnu/packages/tex.scm (texlive-keycommand): New variable.
This commit is contained in:
parent
964dd39955
commit
729421241c
1 changed files with 23 additions and 0 deletions
|
@ -86181,6 +86181,29 @@ generated automatically. The @file{.mtx} file may then be loaded by
|
||||||
later use in LaTeX.")
|
later use in LaTeX.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-keycommand
|
||||||
|
(package
|
||||||
|
(name "texlive-keycommand")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/keycommand/"
|
||||||
|
"source/latex/keycommand/"
|
||||||
|
"tex/latex/keycommand/")
|
||||||
|
(base32
|
||||||
|
"0if07qinrxr798xin04rhf6g6chq0lj1p684zi40rrlkwgrc5br5")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/keycommand")
|
||||||
|
(synopsis "Simple creation of commands with key-value arguments")
|
||||||
|
(description
|
||||||
|
"The package (which requires e-TeX) provides a natural way to define commands
|
||||||
|
with optional keys. The package provides @code{\\newkeycommand},
|
||||||
|
@code{\\renewkeycommand}, @code{\\providekeycommand},
|
||||||
|
@code{\\newkeyenvironment} and @code{\\renewkeyenvironment}, together with
|
||||||
|
@code{\\keycmd} for a more advanced interface.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Reference in a new issue