guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

207/296: gnu: Add texlive-sugconf.


From: guix-commits
Subject: 207/296: gnu: Add texlive-sugconf.
Date: Thu, 24 Aug 2023 05:21:06 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9286a47f3962e678bcb4c01efb5bbd712bf8ea72
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:41:38 2023 +0200

    gnu: Add texlive-sugconf.
    
    * gnu/packages/tex.scm (texlive-sugconf): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bda7cd20c1..0c21e49a5f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -28704,6 +28704,25 @@ The bundle comes with a set of ready-prepared puzzle 
files.")
 for use in the humanities).")
     (license license:lppl1.3+)))
 
+(define-public texlive-sugconf
+  (package
+    (name "texlive-sugconf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/sugconf/" "tex/latex/sugconf/")
+             (base32
+              "1v9fp0dpbk4g9aab8jvwhfzh71w4276awi8lyf2pgk66d5qhfxsb")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/sugconf";)
+    (synopsis "SAS(R) user group conference proceedings document class")
+    (description
+     "The class may be used to typeset articles to be published in the
+proceedings of SAS(R) User group conferences and workshops.  The layout
+produced by the class is based on that published by SAS Institute (2021).")
+    (license license:lppl)))
+
 (define-public texlive-superiors
   (package
     (name "texlive-superiors")



reply via email to

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