[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
181/296: gnu: Add texlive-ryethesis.
From: |
guix-commits |
Subject: |
181/296: gnu: Add texlive-ryethesis. |
Date: |
Thu, 24 Aug 2023 05:20:44 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 151535996297ca392954affc993e8ade6b2451c7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:32:28 2023 +0200
gnu: Add texlive-ryethesis.
* gnu/packages/tex.scm (texlive-ryethesis): 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 6953e2e157..c672f16c8f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -26600,6 +26600,27 @@ university.")
School of Graduate Studies (SGS) theses.")
(license license:asl2.0)))
+(define-public texlive-ryethesis
+ (package
+ (name "texlive-ryethesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ryethesis/"
+ "source/latex/ryethesis/"
+ "tex/latex/ryethesis/")
+ (base32
+ "1xjzl1ng0nbcakiasi6sfbkannfipcfv96crq6y6cb7p7l707wg7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ryethesis")
+ (synopsis "Class for Ryerson Unversity Graduate School requirements")
+ (description
+ "The class offers support for formatting a thesis, dissertation or
+project according to Ryerson University's School of Graduate Studies thesis
+formatting regulations.")
+ (license license:lppl1.3+)))
+
(define-public texlive-sankey
(package
(name "texlive-sankey")
- 269/296: gnu: Add texlive-uvaletter., (continued)
- 269/296: gnu: Add texlive-uvaletter., guix-commits, 2023/08/24
- 280/296: gnu: Add texlive-yazd-thesis., guix-commits, 2023/08/24
- 272/296: gnu: Add texlive-uwa-pcf., guix-commits, 2023/08/24
- 283/296: gnu: Add texlive-york-thesis., guix-commits, 2023/08/24
- 287/296: gnu: Add texlive-accsupp., guix-commits, 2023/08/24
- 291/296: gnu: Add texlive-cleveref., guix-commits, 2023/08/24
- 166/296: gnu: Add texlive-powerdot-fuberlin., guix-commits, 2023/08/24
- 167/296: gnu: Add texlive-powerdot-tuliplab., guix-commits, 2023/08/24
- 174/296: gnu: Add texlive-quantumarticle., guix-commits, 2023/08/24
- 171/296: gnu: Add texlive-prtec., guix-commits, 2023/08/24
- 181/296: gnu: Add texlive-ryethesis.,
guix-commits <=
- 182/296: gnu: Add texlive-sageep., guix-commits, 2023/08/24
- 192/296: gnu: Add texlive-seuthesix., guix-commits, 2023/08/24
- 195/296: gnu: Add texlive-tocvsec2., guix-commits, 2023/08/24
- 203/296: gnu: Add texlive-sr-vorl., guix-commits, 2023/08/24
- 199/296: gnu: Add texlive-smflatex., guix-commits, 2023/08/24
- 212/296: gnu: Add texlive-thesis-ekf., guix-commits, 2023/08/24
- 211/296: gnu: Add texlive-texilikecover., guix-commits, 2023/08/24
- 218/296: gnu: Add texlive-thucoursework., guix-commits, 2023/08/24
- 214/296: gnu: Add texlive-thesis-qom., guix-commits, 2023/08/24
- 233/296: gnu: Add texlive-uafthesis., guix-commits, 2023/08/24