gnu: Add texlive-mlmodern.
* gnu/packages/tex.scm (texlive-mlmodern): New variable.
This commit is contained in:
parent
7f9ca8d7b8
commit
3adfa442b2
1 changed files with 24 additions and 0 deletions
|
@ -18755,6 +18755,30 @@ a XeLaTeX style file that makes it easier to achieve the classic incunabula
|
||||||
look.")
|
look.")
|
||||||
(license (list license:silofl1.1 license:lppl1.3+))))
|
(license (list license:silofl1.1 license:lppl1.3+))))
|
||||||
|
|
||||||
|
(define-public texlive-mlmodern
|
||||||
|
(package
|
||||||
|
(name "texlive-mlmodern")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/mlmodern/"
|
||||||
|
"fonts/map/dvips/mlmodern/"
|
||||||
|
"fonts/tfm/public/mlmodern/"
|
||||||
|
"fonts/type1/public/mlmodern/"
|
||||||
|
"tex/latex/mlmodern/")
|
||||||
|
(base32
|
||||||
|
"0cw802x67yqh6zlkf89pdjlx0r5lmwdca5vcqxmv24c5gx2bc666")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/mlmodern")
|
||||||
|
(synopsis
|
||||||
|
"Blacker Type 1 version of Computer Modern, with multilingual support")
|
||||||
|
(description
|
||||||
|
"MLModern is a text and math font family with (La)TeX support, based on
|
||||||
|
the design of Donald Knuth's Computer Modern and the Latin Modern project. It
|
||||||
|
avoids the spindliness of most other Type 1 versions of Computer Modern.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-mltex
|
(define-public texlive-mltex
|
||||||
(package
|
(package
|
||||||
(name "texlive-mltex")
|
(name "texlive-mltex")
|
||||||
|
|
Reference in a new issue