guix-commits
[Top][All Lists]
Advanced

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

58/306: gnu: Add texlive-clara.


From: guix-commits
Subject: 58/306: gnu: Add texlive-clara.
Date: Mon, 21 Aug 2023 10:35:40 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5673099e5ac578fe81055278800416a354f93380
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:55:11 2023 +0200

    gnu: Add texlive-clara.
    
    * gnu/packages/tex.scm (texlive-clara): New variable.
---
 gnu/packages/tex.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 94ccace665..970d889759 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8203,6 +8203,36 @@ the above --- Cyrillic, Greek, Latin-based scripts, 
Russian and Vietnamese are
 supported.")
     (license license:gpl2)))
 
+(define-public texlive-clara
+  (package
+    (name "texlive-clara")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/clara/"
+                   "fonts/enc/dvips/clara/"
+                   "fonts/map/dvips/clara/"
+                   "fonts/opentype/public/clara/"
+                   "fonts/tfm/public/clara/"
+                   "fonts/type1/public/clara/"
+                   "fonts/vf/public/clara/"
+                   "tex/latex/clara/")
+             (base32
+              "182iw362irf247frsy0dzrswnh1341jlwrlwhvx1hcrbrvhpbz42")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/clara";)
+    (synopsis "Clara serif font family")
+    (description
+     "Clara is a type family created specially by Seamas O Brogain.  The
+family includes italic, bold, bold italic, and small capitals, while the
+character set includes (monotonic) Greek, Cyrillic, ogham, phonetic and
+mathematical ranges, scribal abbreviations and other specialist characters.
+The fonts also include some OpenType features (such as ligature substitution,
+small capitals, and old-style numerals) and variant forms for particular
+languages.")
+    (license (list license:silofl1.1 license:gpl2+))))
+
 (define-public texlive-clrscode
   (package
     (name "texlive-clrscode")



reply via email to

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