guix-commits
[Top][All Lists]
Advanced

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

24/296: gnu: Add texlive-aucklandthesis.


From: guix-commits
Subject: 24/296: gnu: Add texlive-aucklandthesis.
Date: Thu, 24 Aug 2023 05:19:47 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 95b4ae1f9628cd19d9fc7433cfa3ed6604bdc043
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:21:25 2023 +0200

    gnu: Add texlive-aucklandthesis.
    
    * gnu/packages/tex.scm (texlive-aucklandthesis): 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 26171c2986..a727a7d159 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3791,6 +3791,27 @@ increase character recognition, ultimately improving 
readability.")
            (license:fsdg-compatible
             "file://doc/Atkinson-Hyperlegible-Font-License-2020-1104.pdf")))))
 
+(define-public texlive-aucklandthesis
+  (package
+    (name "texlive-aucklandthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/aucklandthesis/"
+                   "tex/latex/aucklandthesis/")
+             (base32
+              "1bdm6crn17a0rrszx28r6bn8v9w6z4rwfz2r8avd5fc3byl5dix8")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/aucklandthesis";)
+    (synopsis "Memoir-based class for formatting University of Auckland 
theses")
+    (description
+     "This package provides a @code{memoir}-based class for formatting
+University of Auckland masters and doctors thesis dissertations in any
+discipline.  The title page does not handle short dissertations for
+diplomas.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-augie
   (package
     (name "texlive-augie")



reply via email to

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