Archived
1
0
Fork 0

gnu: Add texlive-mdputu.

* gnu/packages/tex.scm (texlive-mdputu): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 12:41:53 +02:00
parent 9a6b0bf7c1
commit 11cfb96105
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")