gnu: Add texlive-mdputu.
* gnu/packages/tex.scm (texlive-mdputu): New variable.
parent
9a6b0bf7c1
commit
11cfb96105
|
@ -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.")
|
obvious. The output it based on the @code{picture} environment.")
|
||||||
(license license:lppl1.3c)))
|
(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
|
(define-public texlive-mecaso
|
||||||
(package
|
(package
|
||||||
(name "texlive-mecaso")
|
(name "texlive-mecaso")
|
||||||
|
|
Reference in New Issue