gnu: Add texlive-harvmac.

* gnu/packages/tex.scm (texlive-harvmac): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-18 12:16:38 +02:00
parent f7e1b41694
commit 604f324e29
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9808,6 +9808,22 @@ (define-public texlive-harvard
whose authors offer no description of their behaviour.")
(license license:lppl)))
(define-public texlive-harvmac
(package
(name "texlive-harvmac")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/plain/harvmac/" "tex/plain/harvmac/")
(base32
"0bxa9vvkg79xk3nakdc5an2py6gwbv9ml66xmz1hp1llbg3562vf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/harvmac")
(synopsis "Macros for scientific articles")
(description "This package provides macros for scientific articles.")
(license license:cc-by3.0)))
(define-public texlive-havannah
(package
(name "texlive-havannah")