guix-commits
[Top][All Lists]
Advanced

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

274/296: gnu: Add texlive-uwthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit d1a499a172efc5786ffc22862c56aed0312efee5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:18:18 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 758a3435e0..46a2e71819 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31675,6 +31675,22 @@ and uses the Calibri fonts by default.  The class 
works with XeLaTeX and
 LuaLaTeX.")
     (license license:lppl1.3+)))
 
+(define-public texlive-uwthesis
+  (package
+    (name "texlive-uwthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/uwthesis/" "tex/latex/uwthesis/")
+             (base32
+              "0wcxpvr86556gxbcprwcv6ipdq3flyfwbcmjkxhy6x6220sfwp56")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/uwthesis";)
+    (synopsis "University of Washington thesis class")
+    (description "This is a thesis class for the University of Washington.")
+    (license license:asl2.0)))
+
 (define-public texlive-vak
   (package
     (name "texlive-vak")



reply via email to

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