guix-commits
[Top][All Lists]
Advanced

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

74/306: gnu: Add texlive-cooperhewitt.


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

ngz pushed a commit to branch master
in repository guix.

commit 676194b2dcd7ae1a399f3e7260156b718489dc69
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:59:07 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2a3c9cd405..f2566ae000 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8985,6 +8985,32 @@ topheat, fanoven, gloves and dish symbol (among others). 
 The symbols are
 defined using Metafont.")
     (license license:lppl)))
 
+
+(define-public texlive-cooperhewitt
+  (package
+    (name "texlive-cooperhewitt")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/cooperhewitt/"
+                   "fonts/enc/dvips/cooperhewitt/"
+                   "fonts/map/dvips/cooperhewitt/"
+                   "fonts/opentype/public/cooperhewitt/"
+                   "fonts/tfm/public/cooperhewitt/"
+                   "fonts/type1/public/cooperhewitt/"
+                   "fonts/vf/public/cooperhewitt/"
+                   "tex/latex/cooperhewitt/")
+             (base32
+              "1m81sxrwwsmzsan4iln2lsf16pijay7w9k29gjwlwikivvy21kj7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/cooperhewitt";)
+    (synopsis "Cooper Hewitt family of sans serif fonts")
+    (description
+     "Cooper Hewitt is a contemporary sans serif, with characters composed of
+modified-geometric curves and arches, by Chester Jenkins.")
+    (license (list license:silofl1.1 license:lppl))))
+
 (define-public texlive-correctmathalign
   (package
     (name "texlive-correctmathalign")



reply via email to

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