From 11cfb96105255467694d1f6ffa3b72a78c30ae46 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 12:41:53 +0200 Subject: [PATCH] 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")