me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-heros-otf.

* gnu/packages/tex.scm (texlive-heros-otf): New variable.
Nicolas Goaziou 2023-08-21 12:25:16 +02:00
parent e49d92af55
commit 6cc0d7c04f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -14262,6 +14262,27 @@ adds a collection of useful @acronym{HEP, High Energy Physics} units to the
existing SIunits set.") existing SIunits set.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-heros-otf
(package
(name "texlive-heros-otf")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/heros-otf/"
"tex/latex/heros-otf/")
(base32
"17ac8a8r5hvf76lifap070c4746jdhva9arcn1s0bqrs6kydfm56")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/heros-otf")
(synopsis "Using the OpenType fonts TeX Gyre Heros")
(description
"This package can only be used with LuaLaTeX or XeLaTeX. It does the
font setting for the OpenType font TeX Gyre Heros. The condensed versions of
the fonts are also supported. The missing typefaces for slanted text are
defined.")
(license license:lppl1.3+)))
(define-public texlive-hexboard (define-public texlive-hexboard
(package (package
(name "texlive-hexboard") (name "texlive-hexboard")