mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add texlive-uowthesis.
* gnu/packages/tex.scm (texlive-uowthesis): New variable.
This commit is contained in:
parent
62ce3aa137
commit
44026df273
1 changed files with 23 additions and 0 deletions
|
@ -31338,6 +31338,29 @@ (define-public texlive-uothesis
|
|||
theses as laid out in the Fall 2010 UO graduate school student manual.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-uowthesis
|
||||
(package
|
||||
(name "texlive-uowthesis")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/uowthesis/"
|
||||
"tex/latex/uowthesis/")
|
||||
(base32
|
||||
"196w8ics6r9n4x05ydpr0hprpmcwqwfqa92h200kxgflp595xm43")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/uowthesis")
|
||||
(synopsis
|
||||
"Document class for dissertations at the University of Wollongong")
|
||||
(description
|
||||
"This package provides a document class for higher degree research theses
|
||||
in compliance with the specifications of @acronym{UoW, University of
|
||||
Wollongong} theses in the @emph{Guidelines for Preparation and Submission of
|
||||
Higher Degree Research Theses} (March 2006), by the Research Student Centre,
|
||||
Research & Innovation Division, UoW.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-uppunctlm
|
||||
(package
|
||||
(name "texlive-uppunctlm")
|
||||
|
|
Loading…
Reference in a new issue