me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-libertinus-otf.

* gnu/packages/tex.scm (texlive-libertinus-otf): New variable.
Nicolas Goaziou 2023-08-21 12:30:49 +02:00
parent 63ef57aee2
commit 3231a226f2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -16466,6 +16466,27 @@ Libertinus Mono, and Libertinus Math, an OpenType math font for use in
OpenType math-capable applications.") OpenType math-capable applications.")
(license license:silofl1.1))) (license license:silofl1.1)))
(define-public texlive-libertinus-otf
(package
(name "texlive-libertinus-otf")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/libertinus-otf/"
"tex/latex/libertinus-otf/")
(base32
"0rd4jr67j9744fm18vps0brwsa9880jdq4vj4s7dl80aylp8djz4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/libertinus-otf")
(synopsis "Support for Libertinus OpenType")
(description
"This package offers LuaLaTeX and XeLaTeX support for the Libertinus
OpenType fonts. Missing fonts are defined via several font feature settings.
The Libertinus fonts are similiar to Libertine and Biolinum, but come with
math symbols.")
(license license:lppl1.3+)))
(define-public texlive-lie-hasse (define-public texlive-lie-hasse
(package (package
(name "texlive-lie-hasse") (name "texlive-lie-hasse")