guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

134/306: gnu: Add texlive-frederika2016.


From: guix-commits
Subject: 134/306: gnu: Add texlive-frederika2016.
Date: Mon, 21 Aug 2023 10:36:03 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ed37c9ee538590fa3f316f3f9ad061cdb1a5c3a2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]