me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hershey-mp.

* gnu/packages/tex.scm (texlive-hershey-mp): New variable.
Nicolas Goaziou 2023-06-19 11:13:36 +02:00
parent 5a05a146de
commit 22c8a01a8d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -5384,6 +5384,27 @@ possible and the picture code can be put inside arguments to commands,
including @code{\\newcommand}.") including @code{\\newcommand}.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-hershey-mp
(package
(name "texlive-hershey-mp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/hershey-mp/"
"metapost/hershey-mp/")
(base32
"1pbybiqh5qgj9zh0yifxm2hn25h73kz1glrv1cz9sw38h6iydlzw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hershey-mp")
(synopsis "MetaPost support for the Hershey font file format")
(description
"This package provides MetaPost support for reading jhf vector font
files, used by (mostly? only?) the so-called Hershey Fonts of the late 1960s.
The package does not include the actual font files, which you can probably
find in the software repository of your operating system.")
(license license:eupl1.2)))
(define-public texlive-ifplatform (define-public texlive-ifplatform
(package (package
(name "texlive-ifplatform") (name "texlive-ifplatform")