guix-commits
[Top][All Lists]
Advanced

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

248/296: gnu: Add texlive-umbclegislation.


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

ngz pushed a commit to branch master
in repository guix.

commit 1c72df969252c9e644fd0392dd4f49de315e6525
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:06:52 2023 +0200

    gnu: Add texlive-umbclegislation.
    
    * gnu/packages/tex.scm (texlive-umbclegislation): 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 d49a4eea08..b712acbb2b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30804,6 +30804,27 @@ Please note that the documentation for the class and 
the comments in the
 templates are all written in French, the language of the target audience.")
     (license license:lppl1.3c)))
 
+(define-public texlive-umbclegislation
+  (package
+    (name "texlive-umbclegislation")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/umbclegislation/"
+                   "tex/latex/umbclegislation/")
+             (base32
+              "0znzm0ymvz43f4kgvww79mnr7nl78xcmi7yw2vlwx332kq8hcw2v")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/umbclegislation";)
+    (synopsis
+     "LaTeX class for legislation files for UMBC Student Government
+Association Bills")
+    (description
+     "This is a LaTeX class for building legislation files for UMBC Student
+Government Association Bills.")
+    (license license:gpl3)))
+
 (define-public texlive-umtypewriter
   (package
     (name "texlive-umtypewriter")



reply via email to

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