guix-commits
[Top][All Lists]
Advanced

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

235/296: gnu: Add texlive-ucalgmthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 447effb6f2e86d5860a07209fe94bf0d1499ad9a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:02:09 2023 +0200

    gnu: Add texlive-ucalgmthesis.
    
    * gnu/packages/tex.scm (texlive-ucalgmthesis): 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 597ecbbbfa..81b5f8db67 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30491,6 +30491,27 @@ your documents compliant to this version and future 
versions of the house
 style of the University of Antwerp.")
     (license license:lppl1.3+)))
 
+(define-public texlive-ucalgmthesis
+  (package
+    (name "texlive-ucalgmthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ucalgmthesis/"
+                   "tex/latex/ucalgmthesis/")
+             (base32
+              "0krqj0vpl5k6v1m1v7qh14yfqf0lbriqsdz5jmwqgswljf8ld954")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ucalgmthesis";)
+    (synopsis
+     "LaTeX thesis class for University of Calgary Faculty of Graduate 
Studies")
+    (description
+     "@file{ucalgmthesis.cls} is a LaTeX class file that produces documents
+according to the thesis guidelines of the University of Calgary Faculty of
+Graduate Studies.  It uses the @code{memoir} class.")
+    (license license:expat)))
+
 (define-public texlive-ulqda
   (package
     (name "texlive-ulqda")



reply via email to

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