[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
336/418: gnu: texlive-lm-math: Refresh package definition.
From: |
guix-commits |
Subject: |
336/418: gnu: texlive-lm-math: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:37 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2ea6c0add0c537b074743dc926e0f4479635cbff
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 00:09:03 2023 +0200
gnu: texlive-lm-math: Refresh package definition.
* gnu/packages/tex.scm (texlive-lm-math): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a71df344ff..5ef325a9b3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1426,18 +1426,22 @@ Computers & Typesetting series.")
(define-public texlive-lm-math
(package
- (inherit (simple-texlive-package
- "texlive-lm-math"
- (list "/doc/fonts/lm-math/"
- "/fonts/opentype/public/lm-math/")
- (base32
- "0gqdk8x3r1iz4n8j6r3pcqbwalxvkihayvmjfq4iv6hwb0pvys8z")
- #:trivial? #t))
- (home-page "https://www.gust.org.pl/projects/e-foundry/latin-modern")
+ (name "texlive-lm-math")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/lm-math/"
+ "fonts/opentype/public/lm-math/")
+ (base32
+ "0gqdk8x3r1iz4n8j6r3pcqbwalxvkihayvmjfq4iv6hwb0pvys8z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lm-math")
(synopsis "OpenType maths fonts for Latin Modern")
- (description "Latin Modern Math is a maths companion for the Latin Modern
-family of fonts, in OpenType format. For use with LuaLaTeX or XeLaTeX,
-support is available from the @code{unicode-math} package.")
+ (description
+ "Latin Modern Math is a maths companion for the Latin Modern family of
+fonts, in OpenType format. For use with LuaLaTeX or XeLaTeX, support is
+available from the @code{unicode-math} package.")
(license license:gfl1.0)))
(define-public texlive-lwarp
- 322/418: gnu: texlive-epsf: Refresh package definition., (continued)
- 322/418: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/05/29
- 324/418: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/29
- 328/418: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/05/29
- 329/418: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/05/29
- 331/418: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/05/29
- 332/418: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/29
- 334/418: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/29
- 335/418: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/05/29
- 340/418: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/05/29
- 343/418: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/05/29
- 336/418: gnu: texlive-lm-math: Refresh package definition.,
guix-commits <=
- 339/418: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/05/29
- 344/418: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/05/29
- 350/418: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/05/29
- 346/418: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/05/29
- 349/418: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/05/29
- 355/418: gnu: Add texlive-luatex., guix-commits, 2023/05/29
- 356/418: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/05/29
- 353/418: gnu: Add texlive-manfnt-font., guix-commits, 2023/05/29
- 357/418: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/29
- 364/418: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29