mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Add texlive-uothesis.
* gnu/packages/tex.scm (texlive-uothesis): New variable.
This commit is contained in:
parent
51fc5e34f3
commit
62ce3aa137
1 changed files with 21 additions and 0 deletions
|
@ -31317,6 +31317,27 @@ (define-public texlive-uol-physics-report
|
|||
the page numbering.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-uothesis
|
||||
(package
|
||||
(name "texlive-uothesis")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/uothesis/"
|
||||
"source/latex/uothesis/"
|
||||
"tex/latex/uothesis/")
|
||||
(base32
|
||||
"04md5wkh11hpczvl7gpi2a5k2j5yalssjw5azpbr2g9q8fc99zp3")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/uothesis")
|
||||
(synopsis "Class for dissertations and theses at the University of Oregon")
|
||||
(description
|
||||
"The class generates documents that are suitable for submission to the
|
||||
Graduate School and conform with the style requirements for dissertations and
|
||||
theses as laid out in the Fall 2010 UO graduate school student manual.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-uppunctlm
|
||||
(package
|
||||
(name "texlive-uppunctlm")
|
||||
|
|
Loading…
Reference in a new issue