guix-commits
[Top][All Lists]
Advanced

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

209/306: gnu: Add texlive-newcomputermodern.


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

ngz pushed a commit to branch master
in repository guix.

commit 80035f022205135902261c2988701bcd51146b0a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:44:34 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 88171f8e1f..fc2257c228 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -19494,6 +19494,28 @@ Harvard at Newcastle style recommended by Newcastle 
University.  It should be
 used alongside @code{natbib} for citations.")
     (license license:lppl1.3c)))
 
+(define-public texlive-newcomputermodern
+  (package
+    (name "texlive-newcomputermodern")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/newcomputermodern/"
+                   "fonts/opentype/public/newcomputermodern/"
+                   "tex/latex/newcomputermodern/")
+             (base32
+              "0b2iingsax99r551150w26zwmlr6a8yjwb00amfa2id390r1yjp5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/newcomputermodern";)
+    (synopsis "Computer Modern fonts including matching non-Latin alphabets")
+    (description
+     "This is a new assembly of Computer Modern fonts including extensions in
+many directions for both Latin based languages, non-Latin based languages and
+Mathematics, all compatible in style to CM fonts.  In addition to the Regular
+weight of Computer Modern, it provides a Book weight for heavier printing.")
+    (license license:gfl1.0)))
+
 (define-public texlive-nicematrix
   (package
     (name "texlive-nicematrix")



reply via email to

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