gnu: texlive-lm: Refresh package definition.
* gnu/packages/tex.scm (texlive-lm): Remove SIMPLE-TEXLIVE-PACKAGE call. [home-page]: Update URL.
This commit is contained in:
parent
5c7346c234
commit
176f5439fb
1 changed files with 18 additions and 15 deletions
|
@ -1398,21 +1398,24 @@ in LuaTeX. It is required by the @code{luatexbase} package which uses
|
||||||
|
|
||||||
(define-public texlive-lm
|
(define-public texlive-lm
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-lm")
|
||||||
"texlive-lm"
|
(version (number->string %texlive-revision))
|
||||||
(list "/doc/fonts/lm/"
|
(source (texlive-origin
|
||||||
"/fonts/afm/public/lm/"
|
name version
|
||||||
"/fonts/enc/dvips/lm/"
|
(list "doc/fonts/lm/"
|
||||||
"/fonts/map/dvipdfm/lm/"
|
"fonts/afm/public/lm/"
|
||||||
"/fonts/map/dvips/lm/"
|
"fonts/enc/dvips/lm/"
|
||||||
"/fonts/opentype/public/lm/"
|
"fonts/map/dvipdfm/lm/"
|
||||||
"/fonts/tfm/public/lm/"
|
"fonts/map/dvips/lm/"
|
||||||
"/fonts/type1/public/lm/"
|
"fonts/opentype/public/lm/"
|
||||||
"/tex/latex/lm/")
|
"fonts/tfm/public/lm/"
|
||||||
(base32
|
"fonts/type1/public/lm/"
|
||||||
"0yyk0dr4yms82mwy4dc03zf5igyhgcb65icdah042rk23rlpxygv")
|
"tex/latex/lm/")
|
||||||
#:trivial? #t))
|
(base32
|
||||||
(home-page "https://www.gust.org.pl/projects/e-foundry/latin-modern/")
|
"0yyk0dr4yms82mwy4dc03zf5igyhgcb65icdah042rk23rlpxygv")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/lm")
|
||||||
(synopsis "Latin Modern family of fonts")
|
(synopsis "Latin Modern family of fonts")
|
||||||
(description "The Latin Modern fonts are derived from the famous Computer
|
(description "The Latin Modern fonts are derived from the famous Computer
|
||||||
Modern fonts designed by Donald E. Knuth and described in Volume E of his
|
Modern fonts designed by Donald E. Knuth and described in Volume E of his
|
||||||
|
|
Reference in a new issue