guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]