guix-commits
[Top][All Lists]
Advanced

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

140/296: gnu: Add texlive-mucproc.


From: guix-commits
Subject: 140/296: gnu: Add texlive-mucproc.
Date: Thu, 24 Aug 2023 05:20:31 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3dd798a1397174a72439388a44b5e797469fa0ef
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:16:48 2023 +0200

    gnu: Add texlive-mucproc.
    
    * gnu/packages/tex.scm (texlive-mucproc): 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 abadf8f534..f473dfd715 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -21946,6 +21946,25 @@ printing.")
                    license:silofl1.1
                    license:public-domain))))
 
+(define-public texlive-mucproc
+  (package
+    (name "texlive-mucproc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/mucproc/" "source/latex/mucproc/"
+                   "tex/latex/mucproc/")
+             (base32
+              "0l6xycas6asggpd4hd1b7x5x867nsx8aw2fkdd1ib8g98i5a8vhk")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/mucproc";)
+    (synopsis "Conference proceedings for the German MuC-conference")
+    (description
+     "The @file{mucproc.cls} is a document class to support the formatting
+guidelines for submissions to the German Mensch und Computer conference.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-multibib
   (package
     (name "texlive-multibib")



reply via email to

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