[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
260/296: gnu: Add texlive-unswcover.
From: |
guix-commits |
Subject: |
260/296: gnu: Add texlive-unswcover. |
Date: |
Thu, 24 Aug 2023 05:21:20 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f89b71a24ba26f56b9d792c117f17fe72becf385
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:12:15 2023 +0200
gnu: Add texlive-unswcover.
* gnu/packages/tex.scm (texlive-unswcover): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5a86248b02..85a43bb5a6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31273,6 +31273,26 @@ component of the University, but is designed as an
idea for linking and
uniformizing the look of all graduate papers.")
(license license:lppl1.3+)))
+(define-public texlive-unswcover
+ (package
+ (name "texlive-unswcover")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/unswcover/"
+ "tex/latex/unswcover/")
+ (base32
+ "0vdi90i07s8914sm7axn1pzks9d0w3qrsijynx5hxr7a36byafhp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unswcover")
+ (synopsis "Typeset a dissertation cover page following UNSW guidelines")
+ (description
+ "The package an UNSW cover sheet following the 2011 GRS guidelines. It
+may also (optionally) provide other required sheets such as Originality,
+Copyright and Authenticity statements.")
+ (license license:lppl1.3+)))
+
(define-public texlive-uppunctlm
(package
(name "texlive-uppunctlm")
- 224/296: gnu: Add texlive-toptesi., (continued)
- 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
- 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 <=
- 276/296: gnu: Add texlive-wsemclassic., guix-commits, 2023/08/24
- 268/296: gnu: Add texlive-utexasthesis., guix-commits, 2023/08/24
- 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