mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-amsmath): Remove SIMPLE-TEXLIVE-PACKAGE call. [description]: Fix typos.
This commit is contained in:
parent
2e4f91bcce
commit
a161e8057b
1 changed files with 25 additions and 31 deletions
|
@ -4727,39 +4727,33 @@ (define-public texlive-luaotfload
|
||||||
(define-deprecated-package texlive-luatex-luaotfload texlive-luaotfload)
|
(define-deprecated-package texlive-luatex-luaotfload texlive-luaotfload)
|
||||||
|
|
||||||
(define-public texlive-amsmath
|
(define-public texlive-amsmath
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-amsmath"
|
(name "texlive-amsmath")
|
||||||
(list "/doc/latex/amsmath/"
|
(version (number->string %texlive-revision))
|
||||||
"/source/latex/amsmath/"
|
(source (texlive-origin
|
||||||
;; These two files are not generated from any of the
|
name version
|
||||||
;; dtx/ins files.
|
(list "doc/latex/amsmath/" "source/latex/amsmath/"
|
||||||
"/tex/latex/amsmath/amsmath-2018-12-01.sty"
|
"tex/latex/amsmath/")
|
||||||
"/tex/latex/amsmath/amstex.sty")
|
(base32
|
||||||
(base32
|
"0kqrgc1kbrgkw9kflazi5imdj8r2fbj2q44x6may362a6izzk2jq")))
|
||||||
"0gmdzhgr0h57xhsl61c5jsp4fj4pbmdr8p6k96am5jbyrbbx121q"))))
|
(outputs '("out" "doc"))
|
||||||
(package
|
(build-system texlive-build-system)
|
||||||
(inherit template)
|
(propagated-inputs
|
||||||
(arguments
|
(list texlive-amsfonts))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(home-page "https://www.ctan.org/pkg/amsmath")
|
||||||
((#:tex-directory _ #t)
|
(synopsis "AMS mathematical facilities for LaTeX")
|
||||||
"latex/amsmath")))
|
(description
|
||||||
(propagated-inputs
|
"This is the principal package in the AMS-LaTeX distribution. It adapts
|
||||||
(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
|
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.
|
highly recommended as an adjunct to serious mathematical typesetting in LaTeX.
|
||||||
When amsmath is loaded, AMS-LaTeX packages @code{amsbsyamsbsy} (for bold
|
When amsmath is loaded, AMS-LaTeX packages @code{amsbsy} (for bold symbols),
|
||||||
symbols), @code{amsopnamsopn} (for operator names) and
|
@code{amsopn} (for operator names) and @code{amstext} (for text embedded in
|
||||||
@code{amstextamstext} (for text embedded in mathematics) are also loaded.
|
mathematics) are also loaded. This package is part of the LaTeX required
|
||||||
This package is part of the LaTeX required distribution; however, several
|
distribution; however, several contributed packages add still further to its
|
||||||
contributed packages add still further to its appeal; examples are
|
appeal; examples are @code{empheq}, which provides functions for decorating
|
||||||
@code{empheqempheq}, which provides functions for decorating and highlighting
|
and highlighting mathematics, and @code{ntheorem}, for specifying theorem (and
|
||||||
mathematics, and @code{ntheoremntheorem}, for specifying theorem (and similar)
|
similar) definitions.")
|
||||||
definitions.")
|
(license license:lppl1.3c+)))
|
||||||
(license license:lppl1.3c+))))
|
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-amsmath texlive-amsmath)
|
(define-deprecated-package texlive-latex-amsmath texlive-amsmath)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue