[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
213/296: gnu: Add texlive-thesis-gwu.
From: |
guix-commits |
Subject: |
213/296: gnu: Add texlive-thesis-gwu. |
Date: |
Thu, 24 Aug 2023 05:21:07 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 9fd911e65201bc3d8ebeeadbabd9ba22f5dadef2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:43:16 2023 +0200
gnu: Add texlive-thesis-gwu.
* gnu/packages/tex.scm (texlive-thesis-gwu): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3b4ba8e8bc..5396e2bb3c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29607,6 +29607,28 @@ Karoly Catholic University (Eger, Hungary). The
documentation is in
Hungarian.")
(license license:lppl1.2+)))
+(define-public texlive-thesis-gwu
+ (package
+ (name "texlive-thesis-gwu")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/thesis-gwu/"
+ "tex/latex/thesis-gwu/")
+ (base32
+ "120w3wfh5b7f6lmsf0l3wy6agxkds4rnpy5pzjnpa6rwk59plk8k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/thesis-gwu")
+ (synopsis
+ "Thesis class for George Washington University School of Engineering and
+Applied Science")
+ (description
+ "This class is an attempt to create a standard format for @acronym{GWU
+SEAS, George Washington University School of Engineering and Applied Science}
+dissertations and theses.")
+ (license license:gpl3)))
+
(define-public texlive-thmbox
(package
(name "texlive-thmbox")
- 157/296: gnu: Add texlive-nrc., (continued)
- 157/296: gnu: Add texlive-nrc., guix-commits, 2023/08/24
- 161/296: gnu: Add texlive-opteng., guix-commits, 2023/08/24
- 163/296: gnu: Add texlive-philosophersimprint., guix-commits, 2023/08/24
- 164/296: gnu: Add texlive-pittetd., guix-commits, 2023/08/24
- 172/296: gnu: Add texlive-ptptex., guix-commits, 2023/08/24
- 173/296: gnu: Add texlive-qrbill., guix-commits, 2023/08/24
- 177/296: gnu: Add texlive-revtex4., guix-commits, 2023/08/24
- 193/296: gnu: Add texlive-shortmathj., guix-commits, 2023/08/24
- 197/296: gnu: Add texlive-undolabl., guix-commits, 2023/08/24
- 201/296: gnu: Add texlive-sphdthesis., guix-commits, 2023/08/24
- 213/296: gnu: Add texlive-thesis-gwu.,
guix-commits <=
- 220/296: gnu: Add texlive-tidyres., guix-commits, 2023/08/24
- 217/296: gnu: Add texlive-thubeamer., guix-commits, 2023/08/24
- 219/296: gnu: Add texlive-thuthesis., guix-commits, 2023/08/24
- 216/296: gnu: Add texlive-thuaslogos., guix-commits, 2023/08/24
- 222/296: gnu: Add texlive-tlc-article., guix-commits, 2023/08/24
- 230/296: gnu: Add texlive-tui., guix-commits, 2023/08/24
- 227/296: gnu: Add texlive-tudscr., guix-commits, 2023/08/24
- 232/296: gnu: Add texlive-uaclasses., guix-commits, 2023/08/24
- 235/296: gnu: Add texlive-ucalgmthesis., guix-commits, 2023/08/24
- 234/296: gnu: Add texlive-uantwerpendocs., guix-commits, 2023/08/24