[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
268/296: gnu: Add texlive-utexasthesis.
From: |
guix-commits |
Subject: |
268/296: gnu: Add texlive-utexasthesis. |
Date: |
Thu, 24 Aug 2023 05:21:23 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8a82c45dc769c9b468e4449c496068443ee62125
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:16:17 2023 +0200
gnu: Add texlive-utexasthesis.
* gnu/packages/tex.scm (texlive-utexasthesis): 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 152bc8c7e5..4b8b886e3e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31541,6 +31541,25 @@ LyX.")
University of Toronto School of Graduate Studies (SGS), as of Fall 2020.")
(license license:lppl1.3c)))
+(define-public texlive-utexasthesis
+ (package
+ (name "texlive-utexasthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/utexasthesis/"
+ "tex/latex/utexasthesis/")
+ (base32
+ "12qgidbdyjj9mdjp6lzidw0ifkdh7hskxdmpmsk5wybjicvf24w4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/utexasthesis")
+ (synopsis "University of Texas at Austin graduate thesis style")
+ (description
+ "This class file complies with the Digital Submission Requirement for
+masters and PhD thesis submissions of the University of Texas at Austin.")
+ (license license:cc0)))
+
(define-public texlive-vak
(package
(name "texlive-vak")
- 228/296: gnu: Add texlive-tugboat., (continued)
- 228/296: gnu: Add texlive-tugboat., guix-commits, 2023/08/24
- 226/296: gnu: Add texlive-mathastext., guix-commits, 2023/08/24
- 225/296: gnu: Add texlive-tuda-ci., guix-commits, 2023/08/24
- 231/296: gnu: Add texlive-turabian., guix-commits, 2023/08/24
- 238/296: gnu: Add texlive-ucsmonograph., guix-commits, 2023/08/24
- 239/296: gnu: Add texlive-ucthesis., guix-commits, 2023/08/24
- 245/296: gnu: Add texlive-uiucthesis., guix-commits, 2023/08/24
- 240/296: gnu: Add texlive-udes-genie-these., guix-commits, 2023/08/24
- 260/296: gnu: Add texlive-unswcover., guix-commits, 2023/08/24
- 276/296: gnu: Add texlive-wsemclassic., guix-commits, 2023/08/24
- 268/296: gnu: Add texlive-utexasthesis.,
guix-commits <=
- 267/296: gnu: Add texlive-ut-thesis., guix-commits, 2023/08/24
- 289/296: gnu: Add texlive-tocbibind., guix-commits, 2023/08/24
- 277/296: gnu: Add texlive-xduthesis., guix-commits, 2023/08/24
- 270/296: gnu: Add texlive-uwa-colours., guix-commits, 2023/08/24
- 281/296: gnu: Add texlive-imakeidx., guix-commits, 2023/08/24
- 286/296: gnu: Add texlive-mparhack., guix-commits, 2023/08/24
- 290/296: gnu: Add texlive-glossaries., guix-commits, 2023/08/24
- 296/296: gnu: Add texlive-collection-publishers., guix-commits, 2023/08/24
- 249/296: gnu: Add texlive-umich-thesis., guix-commits, 2023/08/24
- 251/296: gnu: Add texlive-unam-thesis., guix-commits, 2023/08/24