guix-commits
[Top][All Lists]
Advanced

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

39/296: gnu: Add texlive-brandeis-thesis.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-brandeis-thesis.
    
    * gnu/packages/tex.scm (texlive-brandeis-thesis): 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 e6b62625c3..8e4d639369 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7278,6 +7278,27 @@ 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-brandeis-thesis
+  (package
+    (name "texlive-brandeis-thesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/brandeis-thesis/"
+                   "source/latex/brandeis-thesis/"
+                   "tex/latex/brandeis-thesis/")
+             (base32
+              "0gipdbnlh4jllfyhdw0i7zcypmi63p4ssv7q08gn6w2alfmffr69")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/brandeis-thesis";)
+    (synopsis "Class for Brandeis University M.A. theses")
+    (description
+     "@file{brandeis-thesis.cls} provides the structures and formatting
+information for an M.A.@: thesis for the Brandeis University Graduate School
+of Arts and Sciences.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-breakcites
   (package
     (name "texlive-breakcites")



reply via email to

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