guix-commits
[Top][All Lists]
Advanced

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

263/296: gnu: Add texlive-uowthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 44026df273c09f94d3c615e992543e8292031fd9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:12:50 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6e53731609..f33b08fc29 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31338,6 +31338,29 @@ Graduate School and conform with the style 
requirements for dissertations and
 theses as laid out in the Fall 2010 UO graduate school student manual.")
     (license license:lppl1.3+)))
 
+(define-public texlive-uowthesis
+  (package
+    (name "texlive-uowthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/uowthesis/"
+                   "tex/latex/uowthesis/")
+             (base32
+              "196w8ics6r9n4x05ydpr0hprpmcwqwfqa92h200kxgflp595xm43")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/uowthesis";)
+    (synopsis
+     "Document class for dissertations at the University of Wollongong")
+    (description
+     "This package provides a document class for higher degree research theses
+in compliance with the specifications of @acronym{UoW, University of
+Wollongong} theses in the @emph{Guidelines for Preparation and Submission of
+Higher Degree Research Theses} (March 2006), by the Research Student Centre,
+Research & Innovation Division, UoW.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-uppunctlm
   (package
     (name "texlive-uppunctlm")



reply via email to

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