mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: Add texlive-hands.
* gnu/packages/tex.scm (texlive-hands): New variable.
This commit is contained in:
parent
0ee7f1e8c0
commit
d3ab4f7a7d
1 changed files with 20 additions and 0 deletions
|
@ -13851,6 +13851,26 @@ (define-public texlive-hamnosys
|
||||||
rendering HamNoSys symbols as well as three methods for entering them.")
|
rendering HamNoSys symbols as well as three methods for entering them.")
|
||||||
(license license:lppl1.3c)))
|
(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
|
(define-public texlive-hanoi
|
||||||
(package
|
(package
|
||||||
(name "texlive-hanoi")
|
(name "texlive-hanoi")
|
||||||
|
|
Loading…
Reference in a new issue