guix-commits
[Top][All Lists]
Advanced

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

199/306: gnu: Add texlive-mdputu.


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

ngz pushed a commit to branch master
in repository guix.

commit 11cfb96105255467694d1f6ffa3b72a78c30ae46
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:41:53 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fd7a4c317c..ee0f613f12 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18230,6 +18230,29 @@ The mazes generated by this package are natural and 
their solution is not too
 obvious.  The output it based on the @code{picture} environment.")
     (license license:lppl1.3c)))
 
+(define-public texlive-mdputu
+  (package
+    (name "texlive-mdputu")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/mdputu/"
+                   "fonts/tfm/public/mdputu/"
+                   "fonts/vf/public/mdputu/"
+                   "tex/latex/mdputu/")
+             (base32
+              "01baplnisdakypsrzcvz1hibqw2gq70hyk2dwgljhwcb14rcxylw")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/mdputu";)
+    (synopsis "Upright digits in Adobe Utopia Italic")
+    (description
+     "The @emph{Annals of Mathematics} uses italics for theorems.  However,
+slanted digits and parentheses look disturbing when surrounded by (upright)
+mathematics.  This package provides virtual fonts with italics and upright
+digits and punctuation, as an extension to Mathdesign's Utopia bundle.")
+    (license license:bsd-3)))
+
 (define-public texlive-mecaso
   (package
     (name "texlive-mecaso")



reply via email to

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