me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-newenviron.

* gnu/packages/tex.scm (texlive-newenviron): New variable.
master
Nicolas Goaziou 2023-08-29 15:56:30 +02:00
parent 7a61e9a203
commit b00bf4251d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -89995,6 +89995,24 @@ LaTeX, is tedious. This script allows the specification of commands in
a natural style; the script then generates macros to define the command.") a natural style; the script then generates macros to define the command.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-newenviron
(package
(name "texlive-newenviron")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/newenviron/"
"tex/latex/newenviron/")
(base32
"193qxw4mck3sngjf1p63c65sbysji15j3hbvq0mbmg6xrjw2im7j")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/newenviron")
(synopsis "Processing an environment's body")
(description
"The package offers tools for collecting and executing an environment's body.")
(license license:lppl1.3+)))
;;; ;;;
;;; 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