guix-commits
[Top][All Lists]
Advanced

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

262/296: gnu: Add texlive-uothesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 62ce3aa1371f711e1f8b538ae491eacb5c5ab839
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:12:41 2023 +0200

    gnu: Add texlive-uothesis.
    
    * gnu/packages/tex.scm (texlive-uothesis): 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 75f8761810..6e53731609 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31317,6 +31317,27 @@ the headers of the pages and excludes the titlepage 
and table of contents from
 the page numbering.")
     (license license:lppl1.3c)))
 
+(define-public texlive-uothesis
+  (package
+    (name "texlive-uothesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/uothesis/"
+                   "source/latex/uothesis/"
+                   "tex/latex/uothesis/")
+             (base32
+              "04md5wkh11hpczvl7gpi2a5k2j5yalssjw5azpbr2g9q8fc99zp3")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/uothesis";)
+    (synopsis "Class for dissertations and theses at the University of Oregon")
+    (description
+     "The class generates documents that are suitable for submission to the
+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-uppunctlm
   (package
     (name "texlive-uppunctlm")



reply via email to

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