mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-acmconf.
* gnu/packages/tex.scm (texlive-acmconf): New variable.
This commit is contained in:
parent
5b26cd7ef3
commit
5c0bc1cc00
1 changed files with 21 additions and 0 deletions
|
@ -1565,6 +1565,27 @@ (define-public texlive-abstyles
|
|||
license:knuth ;bxabst
|
||||
license:public-domain)))) ;docmac
|
||||
|
||||
(define-public texlive-acmconf
|
||||
(package
|
||||
(name "texlive-acmconf")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/acmconf/" "source/latex/acmconf/"
|
||||
"tex/latex/acmconf/")
|
||||
(base32
|
||||
"0j30krvxzps7ka3xzv0qifrzxhxzkr3b3f9gska6najp1dvygs3a")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/acmconf")
|
||||
(synopsis "Class for ACM conference proceedings")
|
||||
(description
|
||||
"This class may be used to typeset articles to be published in the
|
||||
proceedings of @acronym{ACM, Association for Computing Machinery} conferences
|
||||
and workshops. The layout produced by the @code{acmconf} class is based on
|
||||
the ACM's own specification.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-adforn
|
||||
(package
|
||||
(name "texlive-adforn")
|
||||
|
|
Loading…
Reference in a new issue