[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/296: gnu: Add texlive-acmconf.
From: |
guix-commits |
Subject: |
05/296: gnu: Add texlive-acmconf. |
Date: |
Thu, 24 Aug 2023 05:19:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5c0bc1cc006146ad2f0da3bf4f7fce54fd3b60a0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:12:54 2023 +0200
gnu: Add texlive-acmconf.
* gnu/packages/tex.scm (texlive-acmconf): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e472f3024f..ac5e1de9db 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1565,6 +1565,27 @@ adaptation for working with Babel.")
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")
- 02/296: gnu: Add texlive-abnt., (continued)
- 02/296: gnu: Add texlive-abnt., guix-commits, 2023/08/24
- 03/296: gnu: Add texlive-abntex2., guix-commits, 2023/08/24
- 04/296: gnu: Add texlive-abntexto., guix-commits, 2023/08/24
- 06/296: gnu: Add texlive-active-conf., guix-commits, 2023/08/24
- 12/296: gnu: Add texlive-anonymous-acm., guix-commits, 2023/08/24
- 14/296: gnu: Add texlive-aomart., guix-commits, 2023/08/24
- 15/296: gnu: Add texlive-apa., guix-commits, 2023/08/24
- 17/296: gnu: Add texlive-apa7., guix-commits, 2023/08/24
- 19/296: gnu: Add texlive-articleingud., guix-commits, 2023/08/24
- 20/296: gnu: Add texlive-asaetr., guix-commits, 2023/08/24
- 05/296: gnu: Add texlive-acmconf.,
guix-commits <=
- 07/296: gnu: Add texlive-adfathesis., guix-commits, 2023/08/24
- 08/296: gnu: Add texlive-afparticle., guix-commits, 2023/08/24
- 09/296: gnu: Add texlive-afthesis., guix-commits, 2023/08/24
- 10/296: gnu: Add texlive-aguplus., guix-commits, 2023/08/24
- 11/296: gnu: Add texlive-aiaa., guix-commits, 2023/08/24
- 13/296: gnu: Add texlive-anufinalexam., guix-commits, 2023/08/24
- 16/296: gnu: Add texlive-apa6e., guix-commits, 2023/08/24
- 22/296: gnu: Add texlive-asmeconf., guix-commits, 2023/08/24
- 23/296: gnu: Add texlive-asmejour., guix-commits, 2023/08/24
- 27/296: gnu: Add texlive-bath-bst., guix-commits, 2023/08/24