gnu: Add texlive-havannah.

* gnu/packages/tex.scm (texlive-havannah): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 15:09:54 +02:00
parent 9a8caeec04
commit 71404a39dd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7271,6 +7271,26 @@ (define-public texlive-hanzibox
other documentation work.")
(license license:lppl1.3c)))
(define-public texlive-havannah
(package
(name "texlive-havannah")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/havannah/"
"source/latex/havannah/"
"tex/latex/havannah/")
(base32
"0kw71rr5jhn0gx89jynwxxgd6ddzpmr0wb5qnsh0drljmacq49ai")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/havannah")
(synopsis "Diagrams of board positions in the games of Havannah and Hex")
(description
"This package defines macros for typesetting diagrams of board positions
in the games of Havannah and Hex.")
(license license:lppl1.2+)))
(define-public texlive-helmholtz-ellis-ji-notation
(package
(name "texlive-helmholtz-ellis-ji-notation")