gnu: Add texlive-alegreya.

* gnu/packages/tex.scm (texlive-alegreya): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 10:44:02 +02:00
parent 30cd9a9d34
commit 5d9e401887
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1718,6 +1718,33 @@ (define-public texlive-albatross
a given (Unicode) glyph. It relies on Fontconfig.")
(license license:bsd-3)))
(define-public texlive-alegreya
(package
(name "texlive-alegreya")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/alegreya/"
"fonts/enc/dvips/alegreya/"
"fonts/map/dvips/alegreya/"
"fonts/opentype/huerta/alegreya/"
"fonts/tfm/huerta/alegreya/"
"fonts/type1/huerta/alegreya/"
"fonts/vf/huerta/alegreya/"
"tex/latex/alegreya/")
(base32
"1n09fq89nxw3jaglmvjfl7ysflqi0rh6mmp6q0zn57m72sza9rra")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/alegreya")
(synopsis "Alegreya fonts with LaTeX support")
(description
"Alegreya, designed by Juan Pablo del Peral, is a typeface originally
intended for literature. It conveys a dynamic and varied rhythm which
facilitates the reading of long texts. Bold, black, small caps and five
number styles are available.")
(license (list license:silofl1.1 license:lppl))))
(define-public texlive-aleph
(package
(name "texlive-aleph")