[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
363/416: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
363/416: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sun, 28 May 2023 02:33:35 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a9f6b8a70049d62be44069069d1e3e7a7a167111
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 13:37:47 2023 +0200
gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-amsmath): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[description]: Fix typos.
---
gnu/packages/tex.scm | 56 +++++++++++++++++++++++-----------------------------
1 file changed, 25 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2a353e7685..420d176d85 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4739,39 +4739,33 @@ loading fonts by their proper names instead of file
names.")
(define-deprecated-package texlive-luatex-luaotfload texlive-luaotfload)
(define-public texlive-amsmath
- (let ((template (simple-texlive-package
- "texlive-amsmath"
- (list "/doc/latex/amsmath/"
- "/source/latex/amsmath/"
- ;; These two files are not generated from any of the
- ;; dtx/ins files.
- "/tex/latex/amsmath/amsmath-2018-12-01.sty"
- "/tex/latex/amsmath/amstex.sty")
- (base32
- "0gmdzhgr0h57xhsl61c5jsp4fj4pbmdr8p6k96am5jbyrbbx121q"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t)
- "latex/amsmath")))
- (propagated-inputs
- (list texlive-amsfonts))
- (home-page "https://www.ctan.org/pkg/amsmath")
- (synopsis "AMS mathematical facilities for LaTeX")
- (description
- "This is the principal package in the AMS-LaTeX distribution. It adapts
+ (package
+ (name "texlive-amsmath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/amsmath/" "source/latex/amsmath/"
+ "tex/latex/amsmath/")
+ (base32
+ "0kqrgc1kbrgkw9kflazi5imdj8r2fbj2q44x6may362a6izzk2jq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsfonts))
+ (home-page "https://www.ctan.org/pkg/amsmath")
+ (synopsis "AMS mathematical facilities for LaTeX")
+ (description
+ "This is the principal package in the AMS-LaTeX distribution. It adapts
for use in LaTeX most of the mathematical features found in AMS-TeX; it is
highly recommended as an adjunct to serious mathematical typesetting in LaTeX.
-When amsmath is loaded, AMS-LaTeX packages @code{amsbsyamsbsy} (for bold
-symbols), @code{amsopnamsopn} (for operator names) and
-@code{amstextamstext} (for text embedded in mathematics) are also loaded.
-This package is part of the LaTeX required distribution; however, several
-contributed packages add still further to its appeal; examples are
-@code{empheqempheq}, which provides functions for decorating and highlighting
-mathematics, and @code{ntheoremntheorem}, for specifying theorem (and similar)
-definitions.")
- (license license:lppl1.3c+))))
+When amsmath is loaded, AMS-LaTeX packages @code{amsbsy} (for bold symbols),
+@code{amsopn} (for operator names) and @code{amstext} (for text embedded in
+mathematics) are also loaded. This package is part of the LaTeX required
+distribution; however, several contributed packages add still further to its
+appeal; examples are @code{empheq}, which provides functions for decorating
+and highlighting mathematics, and @code{ntheorem}, for specifying theorem (and
+similar) definitions.")
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-amsmath texlive-amsmath)
- 347/416: gnu: texlive-tex-ini-files: Refresh package definition., (continued)
- 347/416: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/05/28
- 357/416: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/28
- 344/416: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/05/28
- 345/416: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/28
- 348/416: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/28
- 353/416: gnu: Add texlive-manfnt-font., guix-commits, 2023/05/28
- 351/416: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/28
- 350/416: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/05/28
- 354/416: gnu: Add texlive-mptopdf., guix-commits, 2023/05/28
- 360/416: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/05/28
- 363/416: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 365/416: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 366/416: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 369/416: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 361/416: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/28
- 370/416: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 371/416: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 372/416: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 373/416: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 379/416: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 381/416: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28