me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hfbright.

* gnu/packages/tex.scm (texlive-hfbright): New variable.
Nicolas Goaziou 2023-08-21 12:25:40 +02:00
parent 9b7a569dfe
commit 3c917984e5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -14349,6 +14349,28 @@ Hein and independently by the mathematician John Nash. This package defines
an environment that enables the user to draw such a game in a trivial way.")
(license license:lppl)))
(define-public texlive-hfbright
(package
(name "texlive-hfbright")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/hfbright/"
"fonts/afm/public/hfbright/"
"fonts/enc/dvips/hfbright/"
"fonts/map/dvips/hfbright/"
"fonts/type1/public/hfbright/")
(base32
"1aw4h2law9q7sn2ppf3pxdazsk9kypss3chvca3741w8bzhxq5qr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hfbright")
(synopsis "@code{hfbright} fonts")
(description
"These are Adobe Type 1 versions of the OT1-encoded and maths parts of
the Computer Modern Bright fonts.")
(license license:lppl)))
(define-public texlive-historische-zeitschrift
(package
(name "texlive-historische-zeitschrift")