ngz pushed a commit to branch master
in repository guix.
commit ed37c9ee538590fa3f316f3f9ad061cdb1a5c3a2
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:19:34 2023 +0200
gnu: Add texlive-frederika2016.
* gnu/packages/tex.scm (texlive-frederika2016): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 03802ce705..2856c24d6c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12543,6 +12543,26 @@ academic running-hand. The font was written in
Metafont and has been
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")