gnu: Add texlive-hands.

* gnu/packages/tex.scm (texlive-hands): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 12:24:35 +02:00
parent 0ee7f1e8c0
commit d3ab4f7a7d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13851,6 +13851,26 @@ (define-public texlive-hamnosys
rendering HamNoSys symbols as well as three methods for entering them.")
(license license:lppl1.3c)))
(define-public texlive-hands
(package
(name "texlive-hands")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "fonts/source/public/hands/"
"fonts/tfm/public/hands/")
(base32
"0x0vdn7hq6k7wr7yxn8pnkvjhjq3mfl781ijrs2mpvjqygqffzag")))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/hands")
(synopsis "Pointing hand font")
(description
"This package provides right- and left-pointing hands in both
black-on-white and white-on-black realisation. The font is distributed as
Metafont source.")
(license license:public-domain)))
(define-public texlive-hanoi
(package
(name "texlive-hanoi")