guix-commits
[Top][All Lists]
Advanced

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

283/296: gnu: Add texlive-york-thesis.


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

ngz pushed a commit to branch master
in repository guix.

commit e1260179f9d6f220a3f1d26feac8297891ae7758
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:21:36 2023 +0200

    gnu: Add texlive-york-thesis.
    
    * gnu/packages/tex.scm (texlive-york-thesis): 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 3ade2ffd57..9b50e65113 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32558,6 +32558,27 @@ and a LaTeX package for using them.")
 Original Metafont files for @code{yinit} are in the @code{yinit} package.")
     (license license:public-domain)))
 
+(define-public texlive-york-thesis
+  (package
+    (name "texlive-york-thesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/york-thesis/"
+                   "source/latex/york-thesis/"
+                   "tex/latex/york-thesis/")
+             (base32
+              "0wcl1zqmif2chramah8zmbgp5axbhlnjiygl7kgqnwqw5ajxkw4y")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/york-thesis";)
+    (synopsis "Thesis class file for York University, Toronto")
+    (description
+     "York Graduate Studies has again changed the requirements for theses and
+dissertations.  The established @code{york-thesis} class file now implements
+the changes made in Spring 2005.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-youngtab
   (package
     (name "texlive-youngtab")



reply via email to

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