guix-commits
[Top][All Lists]
Advanced

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

75/306: gnu: Add texlive-cormorantgaramond.


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

ngz pushed a commit to branch master
in repository guix.

commit 5cafb140c832ca5c026fdd315f2fa72f6642c101
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:59:19 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f2566ae000..e2f641afcb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9011,6 +9011,33 @@ defined using Metafont.")
 modified-geometric curves and arches, by Chester Jenkins.")
     (license (list license:silofl1.1 license:lppl))))
 
+(define-public texlive-cormorantgaramond
+  (package
+    (name "texlive-cormorantgaramond")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/cormorantgaramond/"
+                   "fonts/enc/dvips/cormorantgaramond/"
+                   "fonts/map/dvips/cormorantgaramond/"
+                   "fonts/tfm/catharsis/cormorantgaramond/"
+                   "fonts/truetype/catharsis/cormorantgaramond/"
+                   "fonts/type1/catharsis/cormorantgaramond/"
+                   "fonts/vf/catharsis/cormorantgaramond/"
+                   "tex/latex/cormorantgaramond/")
+             (base32
+              "0sd4g4s3d3nk4wrav3szzbihdj6saznnzm6kiyr4qqqgi5ib3ami")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/cormorantgaramond";)
+    (synopsis "Cormorant Garamond family of fonts")
+    (description
+     "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Cormorant Garamond family of fonts, designed by Christian Thalman.  The
+family includes light, regular, medium, semi-bold, and bold weights, with
+italics.")
+    (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]