[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
180/296: gnu: Add texlive-ryersonsgsthesis.
From: |
guix-commits |
Subject: |
180/296: gnu: Add texlive-ryersonsgsthesis. |
Date: |
Thu, 24 Aug 2023 05:20:44 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8351f482bd198b93efd22338ef3c06a78e4e2239
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:32:18 2023 +0200
gnu: Add texlive-ryersonsgsthesis.
* gnu/packages/tex.scm (texlive-ryersonsgsthesis): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d68244e2f6..6953e2e157 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -26581,6 +26581,25 @@ Radboud University, Nijmegen. It uses official vector
logos from the
university.")
(license license:lppl1.3+)))
+(define-public texlive-ryersonsgsthesis
+ (package
+ (name "texlive-ryersonsgsthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ryersonsgsthesis/"
+ "tex/latex/ryersonsgsthesis/")
+ (base32
+ "170z5xqxwbx999dxlxhwf7mbml6j4pak6a8lgi4vbj8ii4njlygb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ryersonsgsthesis")
+ (synopsis "Ryerson School of Graduate Studies thesis template")
+ (description
+ "This package provides a LaTeX class and template files for Ryerson
+School of Graduate Studies (SGS) theses.")
+ (license license:asl2.0)))
+
(define-public texlive-sankey
(package
(name "texlive-sankey")
- 160/296: gnu: Add texlive-onrannual., (continued)
- 160/296: gnu: Add texlive-onrannual., guix-commits, 2023/08/24
- 162/296: gnu: Add texlive-oup-authoring-template., guix-commits, 2023/08/24
- 165/296: gnu: Add texlive-pkuthss., guix-commits, 2023/08/24
- 168/296: gnu: Add texlive-pracjourn., guix-commits, 2023/08/24
- 169/296: gnu: Add texlive-prociagssymp., guix-commits, 2023/08/24
- 175/296: gnu: Add texlive-resphilosophica., guix-commits, 2023/08/24
- 170/296: gnu: Add texlive-proposal., guix-commits, 2023/08/24
- 176/296: gnu: Add texlive-resumecls., guix-commits, 2023/08/24
- 178/296: gnu: Add texlive-revtex4-1., guix-commits, 2023/08/24
- 179/296: gnu: Add texlive-rutitlepage., guix-commits, 2023/08/24
- 180/296: gnu: Add texlive-ryersonsgsthesis.,
guix-commits <=
- 183/296: gnu: Add texlive-sapthesis., guix-commits, 2023/08/24
- 189/296: gnu: Add texlive-se2thesis., guix-commits, 2023/08/24
- 190/296: gnu: Add texlive-seu-ml-assign., guix-commits, 2023/08/24
- 194/296: gnu: Add texlive-datetime., guix-commits, 2023/08/24
- 202/296: gnu: Add texlive-spie., guix-commits, 2023/08/24
- 200/296: gnu: Add texlive-soton., guix-commits, 2023/08/24
- 209/296: gnu: Add texlive-technion-thesis-template., guix-commits, 2023/08/24
- 224/296: gnu: Add texlive-toptesi., guix-commits, 2023/08/24
- 229/296: gnu: Add texlive-tugboat-plain., guix-commits, 2023/08/24
- 228/296: gnu: Add texlive-tugboat., guix-commits, 2023/08/24