[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/35: gnu: Add texlive-latex-amsmath.
From: |
Ricardo Wurmus |
Subject: |
28/35: gnu: Add texlive-latex-amsmath. |
Date: |
Thu, 15 Jun 2017 11:04:09 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2573163a127950b976adf83d8b10d3c8ded9ed76
Author: Ricardo Wurmus <address@hidden>
Date: Fri Jun 9 12:29:51 2017 +0200
gnu: Add texlive-latex-amsmath.
* gnu/packages/tex.scm (texlive-latex-amsmath): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e4b0e76..8fb5c8b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1223,6 +1223,34 @@ this bundle for use independent of ConTeXt.")
;; GPL version 2 only
(license license:gpl2)))
+(define-public texlive-latex-amsmath
+ (package
+ (name "texlive-latex-amsmath")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "amsmath"))
+ (sha256
+ (base32
+ "178ywjpdlv78qmfzqdyn6gy14620zjsn2q9wap76fbr9s4hw6dba"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/amsmath"))
+ (home-page "http://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
address@hidden (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
address@hidden, which provides functions for decorating and highlighting
+mathematics, and @code{ntheoremntheorem}, for specifying theorem (and similar)
+definitions.")
+ (license license:lppl1.3c+)))
+
(define texlive-texmf
(package
(name "texlive-texmf")
- 24/35: gnu: Add texlive-latex-l3kernel., (continued)
- 24/35: gnu: Add texlive-latex-l3kernel., Ricardo Wurmus, 2017/06/15
- 07/35: gnu: Add texlive-generic-hyph-utf8., Ricardo Wurmus, 2017/06/15
- 32/35: gnu: Add texlive-latex-psnfss., Ricardo Wurmus, 2017/06/15
- 21/35: gnu: Add texlive-latex-oberdiek., Ricardo Wurmus, 2017/06/15
- 08/35: gnu: Add texlive-metafont-base., Ricardo Wurmus, 2017/06/15
- 05/35: gnu: Add texlive-generic-dehyph-exptl., Ricardo Wurmus, 2017/06/15
- 13/35: gnu: Add texlive-latex-base., Ricardo Wurmus, 2017/06/15
- 20/35: gnu: Add texlive-latex-hyperref., Ricardo Wurmus, 2017/06/15
- 18/35: gnu: Add texlive-latex-graphics., Ricardo Wurmus, 2017/06/15
- 22/35: gnu: Add texlive-latex-tools., Ricardo Wurmus, 2017/06/15
- 28/35: gnu: Add texlive-latex-amsmath.,
Ricardo Wurmus <=
- 25/35: gnu: Add texlive-latex-l3packages., Ricardo Wurmus, 2017/06/15
- 33/35: gnu: Add texlive-union., Ricardo Wurmus, 2017/06/15
- 06/35: gnu: Add texlive-generic-tex-ini-files., Ricardo Wurmus, 2017/06/15
- 23/35: gnu: Add texlive-latex-url., Ricardo Wurmus, 2017/06/15
- 17/35: gnu: Add texlive-latex-fancyvrb., Ricardo Wurmus, 2017/06/15
- 04/35: gnu: Add texlive-generic-unicode-data., Ricardo Wurmus, 2017/06/15
- 35/35: guix: Add texlive importer., Ricardo Wurmus, 2017/06/15
- 26/35: gnu: Add texlive-latex-fontspec., Ricardo Wurmus, 2017/06/15
- 29/35: gnu: Add texlive-latex-amscls., Ricardo Wurmus, 2017/06/15
- 27/35: gnu: Add texlive-luatex-lualibs., Ricardo Wurmus, 2017/06/15