[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
336/452: gnu: texlive-lm-math: Refresh package definition.
From: |
guix-commits |
Subject: |
336/452: gnu: texlive-lm-math: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 49e2dd024cd40281e26d6abecb7ce5955da0340b
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 267ea8fc51..5ac51d944d 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
- 280/452: gnu: texlive-graphics: Refresh package definition., (continued)
- 280/452: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/06/09
- 285/452: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/06/09
- 303/452: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/06/09
- 304/452: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/06/09
- 311/452: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/06/09
- 309/452: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/06/09
- 318/452: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/09
- 322/452: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/06/09
- 327/452: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/06/09
- 331/452: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/09
- 336/452: gnu: texlive-lm-math: Refresh package definition.,
guix-commits <=
- 337/452: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/09
- 340/452: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/09
- 346/452: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/06/09
- 350/452: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/06/09
- 357/452: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/09
- 369/452: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 375/452: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 379/452: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 374/452: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 391/452: gnu: texlive-cm: Fix build., guix-commits, 2023/06/09