guix-commits
[Top][All Lists]
Advanced

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

37/296: gnu: Add texlive-brandeis-dissertation.


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

ngz pushed a commit to branch master
in repository guix.

commit 7b549bb76c8ed4c3e09c585240f10add3d9e8cba
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:27:04 2023 +0200

    gnu: Add texlive-brandeis-dissertation.
    
    * gnu/packages/tex.scm (texlive-brandeis-dissertation): 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 f9f5090c9e..e7f34f82ed 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7237,6 +7237,27 @@ the LaTeX package takes the tags and prints out 
corresponding Braille
 symbols.")
     (license license:lppl1.3+)))
 
+(define-public texlive-brandeis-dissertation
+  (package
+    (name "texlive-brandeis-dissertation")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/brandeis-dissertation/"
+                   "source/latex/brandeis-dissertation/"
+                   "tex/latex/brandeis-dissertation/")
+             (base32
+              "12w95gcrdvxx54a2vajz71flarm82wppl1rbrxg9vxkmp1b9yham")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/brandeis-dissertation";)
+    (synopsis "Class for Brandeis University dissertations")
+    (description
+     "The class will enable the user to typeset a dissertation which adheres
+to the formatting guidelines of Brandeis University @acronym{GSAS, Graduate
+School of Arts and Sciences}.")
+    (license license:lppl1.2+)))
+
 (define-public texlive-breakcites
   (package
     (name "texlive-breakcites")



reply via email to

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