diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-22 17:12:15 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-24 11:11:23 +0200 |
commit | f89b71a24ba26f56b9d792c117f17fe72becf385 (patch) | |
tree | badde67eca6c8ac4d456faa83406593eb424bf7c | |
parent | bc6557b833315b654c40ee6ccbe1ef00a93a443b (diff) |
gnu: Add texlive-unswcover.
* gnu/packages/tex.scm (texlive-unswcover): New variable.
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
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") |