mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Add texlive-unswcover.
* gnu/packages/tex.scm (texlive-unswcover): New variable.
This commit is contained in:
parent
bc6557b833
commit
f89b71a24b
1 changed files with 20 additions and 0 deletions
|
@ -31273,6 +31273,26 @@ (define-public texlive-unizgklasa
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue