[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#27296: [PATCH 29/35] gnu: Add texlive-latex-amscls.
From: |
Ricardo Wurmus |
Subject: |
bug#27296: [PATCH 29/35] gnu: Add texlive-latex-amscls. |
Date: |
Fri, 9 Jun 2017 12:45:53 +0200 |
* gnu/packages/tex.scm (texlive-latex-amscls): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ff9d177d0..48d924689 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1268,6 +1268,29 @@ mathematics, and @code{ntheoremntheorem}, for specifying
theorem (and similar)
definitions.")
(license license:lppl1.3c+)))
+(define-public texlive-latex-amscls
+ (package
+ (name "texlive-latex-amscls")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "amscls"))
+ (sha256
+ (base32
+ "0jmcr37mcdi7drczppvr6lmz5d5yd9m67ii79gp2nglg1xpw934j"))))
+ (build-system texlive-build-system)
+ (arguments
+ `(#:tex-directory "latex/amscls"))
+ (home-page "http://www.ctan.org/pkg/amscls")
+ (synopsis "AMS document classes for LaTeX")
+ (description
+ "This bundle contains three AMS classes: @code{amsartamsart} (for writing
+articles for the AMS), @code{amsbookamsbook} (for books) and
address@hidden (for proceedings), together with some supporting
+material. The material is made available as part of the AMS-LaTeX
+distribution.")
+ (license license:lppl1.3c+)))
+
(define texlive-texmf
(package
(name "texlive-texmf")
--
2.12.2
- bug#27296: [PATCH 33/35] gnu: Add texlive-union., (continued)
bug#27296: [PATCH 35/35] guix: Add texlive importer., Ricardo Wurmus, 2017/06/09
bug#27296: [PATCH 34/35] gnu: Add texlive-tiny., Ricardo Wurmus, 2017/06/09
bug#27296: [PATCH 29/35] gnu: Add texlive-latex-amscls.,
Ricardo Wurmus <=
bug#27296: [PATCH 32/35] gnu: Add texlive-latex-psnfss., Ricardo Wurmus, 2017/06/09
bug#27296: [PATCH 01/35] guix: Add download-svn-to-store., Ludovic Courtès, 2017/06/09
bug#27296: Modular Texlive, Ricardo Wurmus, 2017/06/15