gnu: Add texlive-librecaslon.

* gnu/packages/tex.scm (texlive-librecaslon): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 12:38:47 +02:00
parent 58ce8aaa0d
commit 548424bab5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16591,6 +16591,32 @@ (define-public texlive-librebodoni
Fuenzalida, based on the 19th century Morris Fuller Benton's.")
(license (list license:silofl1.1 license:lppl))))
(define-public texlive-librecaslon
(package
(name "texlive-librecaslon")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/librecaslon/"
"fonts/enc/dvips/librecaslon/"
"fonts/map/dvips/librecaslon/"
"fonts/opentype/impallari/librecaslon/"
"fonts/tfm/impallari/librecaslon/"
"fonts/type1/impallari/librecaslon/"
"fonts/vf/impallari/librecaslon/"
"tex/latex/librecaslon/")
(base32
"16lmaa0rsrgrib00r8rsj9librkybq2zf1as11l3hiw5zcq3wj0w")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/librecaslon")
(synopsis "Libre Caslon fonts, with LaTeX support")
(description
"The Libre Caslon fonts are designed by Pablo Impallari. Although they
have been designed for use as web fonts, they work well as conventional text
fonts. An artificially generated BoldItalic variant has been added.")
(license (list license:silofl1.1 license:lppl))))
(define-public texlive-lie-hasse
(package
(name "texlive-lie-hasse")