gnu: Add texlive-xnewcommand.

* gnu/packages/tex.scm (texlive-xnewcommand): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:05:18 +02:00
parent 237d99349e
commit adc8f7f7d1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -100336,6 +100336,27 @@ (define-public texlive-xltabular
definitions, X-column specifier, and with possible pagebreaks.")
(license license:lppl1.3+)))
(define-public texlive-xnewcommand
(package
(name "texlive-xnewcommand")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/xnewcommand/"
"tex/latex/xnewcommand/")
(base32
"0nicb4v9mxkavsgns37ap9bhi5wc1aqlk82dcsvpysxps1rmmyk4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xnewcommand")
(synopsis
"Define @code{\\global} and @code{\\protected} commands with @code{\\newcommand}")
(description
"The package provides the means of defining @code{\\global} and (e-TeX)
@code{\\protected} commands, within the framework of LaTeX's standard
@code{\\newcommand}.")
(license license:lppl)))
;;;
;;; 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