[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/296: gnu: Add texlive-active-conf.
From: |
guix-commits |
Subject: |
06/296: gnu: Add texlive-active-conf. |
Date: |
Thu, 24 Aug 2023 05:19:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 3d5b639f07bdaab424c83ce9de09f389075281bd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:13:14 2023 +0200
gnu: Add texlive-active-conf.
* gnu/packages/tex.scm (texlive-active-conf): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ac5e1de9db..c060fbc367 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1586,6 +1586,28 @@ and workshops. The layout produced by the
@code{acmconf} class is based on
the ACM's own specification.")
(license license:lppl)))
+(define-public texlive-active-conf
+ (package
+ (name "texlive-active-conf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/active-conf/"
+ "source/latex/active-conf/"
+ "tex/latex/active-conf/")
+ (base32
+ "12krmwspwkhcwk5q0qf2hldnsk44vd2jfssfdiwm97alicc3cpj1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/active-conf")
+ (synopsis "Class for typesetting ACTIVE conference papers")
+ (description
+ "Active-conf is a class for typesetting papers for the Active conference
+on noise and vibration control. The class is based on @code{article} with
+more flexible front-matter, and can be customised for conferences in future
+years with a header file.")
+ (license license:lppl)))
+
(define-public texlive-adforn
(package
(name "texlive-adforn")
- branch master updated (160f78a4d9 -> 39fa1ef033), guix-commits, 2023/08/24
- 01/296: gnu: Add texlive-aastex., guix-commits, 2023/08/24
- 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 <=
- 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, 2023/08/24
- 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