guix-commits
[Top][All Lists]
Advanced

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

67/306: gnu: Add texlive-cmupint.


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

ngz pushed a commit to branch master
in repository guix.

commit f62eb22a7ab2208507a8b80593057755d497c88d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:57:14 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ba6d823b9b..6627e5bfea 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8492,6 +8492,31 @@ implemented as a set of @file{.vf} files; a package for 
support in LaTeX is
 provided.")
     (license license:lppl1.3+)))
 
+(define-public texlive-cmupint
+  (package
+    (name "texlive-cmupint")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/cmupint/"
+                   "fonts/afm/public/cmupint/"
+                   "fonts/map/dvips/cmupint/"
+                   "fonts/source/public/cmupint/"
+                   "fonts/tfm/public/cmupint/"
+                   "fonts/type1/public/cmupint/"
+                   "tex/latex/cmupint/")
+             (base32
+              "1acgzx5b02900vzwvaq0j8w6x8jc1650kfhp992f3bcyd658aj62")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/cmupint";)
+    (synopsis "Upright integral symbols for Computer Modern")
+    (description
+     "This package contains various upright integral symbols to match the
+Computer Modern font.")
+    (license license:lppl)))
+
 (define-public texlive-cochineal
   (package
     (name "texlive-cochineal")



reply via email to

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