guix-commits
[Top][All Lists]
Advanced

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

214/306: gnu: Add texlive-nimbus15.


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

ngz pushed a commit to branch master
in repository guix.

commit 9526fa75fcb96aa42682ac05eec6ee7fe59643e7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:45:41 2023 +0200

    gnu: Add texlive-nimbus15.
    
    * gnu/packages/tex.scm (texlive-nimbus15): 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 b82a146b80..f6896881c7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -19638,6 +19638,36 @@ the columns; tools to color rows and columns with a 
good PDF result; blocks of
 cells; etc.")
     (license license:lppl1.3+)))
 
+(define-public texlive-nimbus15
+  (package
+    (name "texlive-nimbus15")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/nimbus15/"
+                   "fonts/afm/public/nimbus15/"
+                   "fonts/enc/dvips/nimbus15/"
+                   "fonts/map/dvips/nimbus15/"
+                   "fonts/opentype/public/nimbus15/"
+                   "fonts/tfm/public/nimbus15/"
+                   "fonts/type1/public/nimbus15/"
+                   "fonts/vf/public/nimbus15/"
+                   "tex/latex/nimbus15/")
+             (base32
+              "1x5y8jcwg3ns4jdz3rqzmd1xsfsdjbab70dnlm3n7lgs64ljlzyk")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs (list texlive-fontools))
+    (home-page "https://ctan.org/pkg/nimbus15";)
+    (synopsis "Support files for Nimbus 2015 Core fonts")
+    (description
+     "The Nimbus 2015 Core fonts added Greek and Cyrillic glyphs.  This
+package may be best suited as an add-on to the comprehensive Times package,
+providing support for Greek and Cyrillic.  A new intermediate weight of
+NimbusMono (AKA Courier) is provided, along with a narrower version which may
+be useful for rendering code.")
+    (license (list license:agpl3 license:lppl1.3+))))
+
 (define-public texlive-nimsticks
   (package
     (name "texlive-nimsticks")



reply via email to

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