mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: texlive-lm-math: Refresh package definition.
* gnu/packages/tex.scm (texlive-lm-math): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
3a38961b11
commit
5c7346c234
1 changed files with 15 additions and 11 deletions
|
@ -1426,18 +1426,22 @@ (define-deprecated-package texlive-fonts-lm texlive-lm)
|
||||||
|
|
||||||
(define-public texlive-lm-math
|
(define-public texlive-lm-math
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-lm-math")
|
||||||
"texlive-lm-math"
|
(version (number->string %texlive-revision))
|
||||||
(list "/doc/fonts/lm-math/"
|
(source (texlive-origin
|
||||||
"/fonts/opentype/public/lm-math/")
|
name version
|
||||||
(base32
|
(list "doc/fonts/lm-math/"
|
||||||
"0gqdk8x3r1iz4n8j6r3pcqbwalxvkihayvmjfq4iv6hwb0pvys8z")
|
"fonts/opentype/public/lm-math/")
|
||||||
#:trivial? #t))
|
(base32
|
||||||
(home-page "https://www.gust.org.pl/projects/e-foundry/latin-modern")
|
"0gqdk8x3r1iz4n8j6r3pcqbwalxvkihayvmjfq4iv6hwb0pvys8z")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/lm-math")
|
||||||
(synopsis "OpenType maths fonts for Latin Modern")
|
(synopsis "OpenType maths fonts for Latin Modern")
|
||||||
(description "Latin Modern Math is a maths companion for the Latin Modern
|
(description
|
||||||
family of fonts, in OpenType format. For use with LuaLaTeX or XeLaTeX,
|
"Latin Modern Math is a maths companion for the Latin Modern family of
|
||||||
support is available from the @code{unicode-math} package.")
|
fonts, in OpenType format. For use with LuaLaTeX or XeLaTeX, support is
|
||||||
|
available from the @code{unicode-math} package.")
|
||||||
(license license:gfl1.0)))
|
(license license:gfl1.0)))
|
||||||
|
|
||||||
(define-public texlive-lwarp
|
(define-public texlive-lwarp
|
||||||
|
|
Loading…
Reference in a new issue