gnu: Add texlive-frederika2016.

* gnu/packages/tex.scm (texlive-frederika2016): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 12:19:34 +02:00
parent 53365c235d
commit ed37c9ee53
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12543,6 +12543,26 @@ (define-public texlive-frcursive
converted to Adobe Type 1 format. LaTeX support is provided.")
(license license:lppl1.2+)))
(define-public texlive-frederika2016
(package
(name "texlive-frederika2016")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/frederika2016/"
"fonts/opentype/public/frederika2016/")
(base32
"10pvx4n4ahn8b251fzz8crg9pijpclan5w4b6jc7m7jjsykzw8xj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/frederika2016")
(synopsis "OpenType Greek calligraphy font")
(description
"Frederika2016 is an attempt to digitize Hermann Zapf's Frederika font.
The font is the Greek companion of Virtuosa by the same designer. This font
is a calligraphy font and this is an initial release.")
(license license:silofl1.1)))
(define-public texlive-frenchmath
(package
(name "texlive-frenchmath")