guix-commits
[Top][All Lists]
Advanced

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

38/296: gnu: Add texlive-brandeis-problemset.


From: guix-commits
Subject: 38/296: gnu: Add texlive-brandeis-problemset.
Date: Thu, 24 Aug 2023 05:19:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8fd543ed6339eb94b55f11327b5349ae01e855dc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:27:29 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e7f34f82ed..e6b62625c3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7258,6 +7258,26 @@ to the formatting guidelines of Brandeis University 
@acronym{GSAS, Graduate
 School of Arts and Sciences}.")
     (license license:lppl1.2+)))
 
+(define-public texlive-brandeis-problemset
+  (package
+    (name "texlive-brandeis-problemset")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/brandeis-problemset/"
+                   "tex/latex/brandeis-problemset/")
+             (base32
+              "172l1jmvacjg9j5fkyrmsrhsj5pyaaq8g9pfvkahcnhk3jfc3pnp")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/brandeis-problemset";)
+    (synopsis "Document class for COSI Problem sets at Brandeis University")
+    (description
+     "Brandeis University's computer science courses often assign problem sets
+which require fairly rigorous formatting.  This document class, which extends
+@code{article}, provides a simple way to typeset these problem sets in LaTeX.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-breakcites
   (package
     (name "texlive-breakcites")



reply via email to

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