guix-commits
[Top][All Lists]
Advanced

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

198/306: gnu: Add texlive-mathabx-type1.


From: guix-commits
Subject: 198/306: gnu: Add texlive-mathabx-type1.
Date: Mon, 21 Aug 2023 10:36:24 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9a6b0bf7c1c71fb0d974762cbc6621fd208f9805
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:41:35 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f4736e0961..fd7a4c317c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17933,6 +17933,26 @@ support macros.  A version of the fonts, in Adobe Type 
1 format, is also
 available.")
     (license license:lppl)))
 
+(define-public texlive-mathabx-type1
+  (package
+    (name "texlive-mathabx-type1")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/mathabx-type1/"
+                   "fonts/map/dvips/mathabx-type1/"
+                   "fonts/type1/public/mathabx-type1/")
+             (base32
+              "1j9aiwxq512bnwjvah06rygd8m6b68dpfkynagad627sfyrblcaa")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs (list texlive-mathabx))
+    (home-page "https://ctan.org/pkg/mathabx-type1";)
+    (synopsis "Outline version of the @code{mathabx} fonts")
+    (description
+     "This is an Adobe Type 1 outline version of the @code{mathabx} fonts.")
+    (license license:lppl)))
+
 (define-public texlive-mathalpha
   (package
     (name "texlive-mathalpha")



reply via email to

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