guix-commits
[Top][All Lists]
Advanced

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

267/296: gnu: Add texlive-ut-thesis.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-ut-thesis.
    
    * gnu/packages/tex.scm (texlive-ut-thesis): 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 f7742630ca..152bc8c7e5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31521,6 +31521,26 @@ a beautifully formatted, consistent U.S. Patent 
Application using LaTeX and/or
 LyX.")
     (license license:lppl1.3+)))
 
+(define-public texlive-ut-thesis
+  (package
+    (name "texlive-ut-thesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ut-thesis/"
+                   "source/latex/ut-thesis/"
+                   "tex/latex/ut-thesis/")
+             (base32
+              "0z1rvgy4d2zdagb7x5ymdid02fwnpv2x4dd4jxxkhg9mgq0lscyn")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ut-thesis";)
+    (synopsis "University of Toronto thesis style")
+    (description
+     "This LaTeX document class implements the formatting requirements of the
+University of Toronto School of Graduate Studies (SGS), as of Fall 2020.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-vak
   (package
     (name "texlive-vak")



reply via email to

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