gnu: Add texlive-multienv.
* gnu/packages/tex.scm (texlive-multienv): New variable.
This commit is contained in:
parent
1b1b7e098f
commit
408c04634b
1 changed files with 22 additions and 0 deletions
|
@ -89653,6 +89653,28 @@ (define-public texlive-multidef
|
|||
similar definitions.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-multienv
|
||||
(package
|
||||
(name "texlive-multienv")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/multienv/"
|
||||
"source/latex/multienv/"
|
||||
"tex/latex/multienv/")
|
||||
(base32
|
||||
"0m3p6ql3mqipay9caif3n92687jwnrnhbvwdwa5y5ibrqqpnxi59")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(native-inputs (list texlive-ydoc))
|
||||
(home-page "https://ctan.org/pkg/multienv")
|
||||
(synopsis "Multiple environments using a @samp{key=value} syntax")
|
||||
(description
|
||||
"The package provides a @code{multienv} environment which permits easy
|
||||
addition of multiple environments using a @samp{key=value} syntax.
|
||||
Macros to define environments using this syntax are also provided.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; 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