gnu: Add texlive-hep-math.

* gnu/packages/tex.scm (texlive-hep-math): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:52:19 +02:00
parent 4e04675f07
commit 66a329fc25
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -84766,6 +84766,26 @@ (define-public texlive-hep-float
and defines convenience wrappers for floats.")
(license license:lppl1.3c)))
(define-public texlive-hep-math
(package
(name "texlive-hep-math")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hep-math/"
"source/latex/hep-math/"
"tex/latex/hep-math/")
(base32
"1vw1vgsmi3sja32db18f481p5jd7s1nkxx47ipp0kk7aj3zzpl8y")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hep-math")
(synopsis "Extended math macros")
(description
"The @code{hep-math} package provides some additional features beyond the
@code{mathtools} and @code{amsmath} packages.")
(license license:lppl1.3c)))
;;;
;;; 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