guix-commits
[Top][All Lists]
Advanced

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

213/296: gnu: Add texlive-thesis-gwu.


From: guix-commits
Subject: 213/296: gnu: Add texlive-thesis-gwu.
Date: Thu, 24 Aug 2023 05:21:07 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9fd911e65201bc3d8ebeeadbabd9ba22f5dadef2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:43:16 2023 +0200

    gnu: Add texlive-thesis-gwu.
    
    * gnu/packages/tex.scm (texlive-thesis-gwu): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3b4ba8e8bc..5396e2bb3c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29607,6 +29607,28 @@ Karoly Catholic University (Eger, Hungary).  The 
documentation is in
 Hungarian.")
     (license license:lppl1.2+)))
 
+(define-public texlive-thesis-gwu
+  (package
+    (name "texlive-thesis-gwu")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/thesis-gwu/"
+                   "tex/latex/thesis-gwu/")
+             (base32
+              "120w3wfh5b7f6lmsf0l3wy6agxkds4rnpy5pzjnpa6rwk59plk8k")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/thesis-gwu";)
+    (synopsis
+     "Thesis class for George Washington University School of Engineering and
+Applied Science")
+    (description
+     "This class is an attempt to create a standard format for @acronym{GWU
+SEAS, George Washington University School of Engineering and Applied Science}
+dissertations and theses.")
+    (license license:gpl3)))
+
 (define-public texlive-thmbox
   (package
     (name "texlive-thmbox")



reply via email to

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