[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
373/435: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
373/435: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Tue, 6 Jun 2023 11:40:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 4d840e9387f5a0f78bf9f2f0dbfb7d6add51bc4b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:11:30 2023 +0200
gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-unicode-math!): Remove
SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-AMSMATH, TEXLIVE-FONTSPEC,
TEXLIVE-L3KERNEL,
TEXLIVE-L3PACKAGES, TEXLIVE-LM-MATH, TEXLIVE-LUALATEX-MATH.
[description]: Add commas at the end of items for an improved typographic
core.
---
gnu/packages/tex.scm | 72 ++++++++++++++++++++++++----------------------------
1 file changed, 33 insertions(+), 39 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f288a3c397..855e1a03d6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12484,49 +12484,43 @@ conference posters.")
(define-public texlive-unicode-math
(package
- (inherit (simple-texlive-package
- "texlive-unicode-math"
- (list "source/latex/unicode-math/"
- "doc/latex/unicode-math/"
- "tex/latex/unicode-math/unicode-math-table.tex")
- (base32 "1j3041dcm7wqj0x26rxm9bb7q4xa1rqsqynqdb6cbjk3jmfvskxn")))
+ (name "texlive-unicode-math")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/unicode-math/"
+ "source/latex/unicode-math/"
+ "tex/latex/unicode-math/")
+ (base32
+ "0w5gp11ccc486lckzag63arg97g1r0zkf29bdnnk13pz4r5m2lgx")))
(outputs '("out" "doc"))
- (arguments
- (list
- #:tex-directory "latex/unicode-math"
- #:tex-format "xelatex"
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'copy-files
- ;; The documentation isn't built.
- (lambda* (#:key outputs tex-directory #:allow-other-keys)
- (let ((doc (assoc-ref outputs "doc"))
- (tex (string-append #$output "/share/texmf-dist/tex/"
- tex-directory)))
- ;; Install documentation.
- (mkdir-p (string-append doc "/share/texmf-dist/doc" ))
- (copy-recursively "doc" doc)
- ;; Install unicode-math-table.tex, which is not
- ;; built.
- (install-file "tex/latex/unicode-math/unicode-math-table.tex"
- tex)))))))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "xelatex"))
+ (propagated-inputs
+ (list texlive-amsmath
+ texlive-fontspec
+ texlive-l3kernel
+ texlive-l3packages
+ texlive-lm-math
+ texlive-lualatex-math))
(home-page "https://ctan.org/pkg/unicode-math")
(synopsis "Unicode mathematics support for XeTeX and LuaTeX")
- (description "This package will provide a complete implementation of
-Unicode maths for XeLaTeX and LuaLaTeX. Unicode maths is currently supported
-by the following fonts:
+ (description
+ "This package will provide a complete implementation of unicode maths for
+XeLaTeX and LuaLaTeX. Unicode maths is currently supported by the following
+fonts:
@itemize
-@item Latin Modern Math
-@item TeX Gyre Bonum Math
-@item TeX Gyre Pagella Math
-@item TeX Gyre Schola Math
-@item TeX Gyre Termes Math
-@item DejaVu Math TeX Gyre
-@item Asana-Math
-@item STIX
-@item XITS Math
-@item Libertinus Math
-@item Fira Math
+@item Latin Modern Math,
+@item TeX Gyre Bonum Math,
+@item TeX Gyre Pagella Math,
+@item TeX Gyre Schola Math,
+@item TeX Gyre Termes Math,
+@item DejaVu Math TeX Gyre,
+@item Asana-Math fonts,
+@item STIX,
+@item XITS Math,
+@item Libertinus Math,
+@item Fira Math.
@end itemize")
(license license:lppl1.3c+)))
- 332/435: gnu: texlive-etex: Refresh package definition., (continued)
- 332/435: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/06
- 337/435: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/06
- 339/435: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/06/06
- 342/435: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/06/06
- 343/435: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/06/06
- 350/435: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/06/06
- 344/435: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/06
- 353/435: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/06
- 357/435: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/06
- 366/435: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 373/435: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 376/435: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 382/435: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 391/435: gnu: texlive-cm: Fix build., guix-commits, 2023/06/06
- 392/435: gnu: texlive-etex: Fix build., guix-commits, 2023/06/06
- 398/435: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/06
- 404/435: gnu: texlive-cs: Fix build., guix-commits, 2023/06/06
- 406/435: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/06
- 408/435: gnu: Add texlive-semaphor., guix-commits, 2023/06/06
- 411/435: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/06/06
- 427/435: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/06