mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Add texlive-latex-amscls.
* gnu/packages/tex.scm (texlive-latex-amscls): New variable.
This commit is contained in:
parent
2573163a12
commit
18e366e856
1 changed files with 23 additions and 0 deletions
|
@ -1251,6 +1251,29 @@ (define-public texlive-latex-amsmath
|
||||||
definitions.")
|
definitions.")
|
||||||
(license license:lppl1.3c+)))
|
(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
|
||||||
|
@code{amsprocamsproc} (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
|
(define texlive-texmf
|
||||||
(package
|
(package
|
||||||
(name "texlive-texmf")
|
(name "texlive-texmf")
|
||||||
|
|
Loading…
Reference in a new issue