mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: Add texlive-umthesis.
* gnu/packages/tex.scm (texlive-umthesis): New variable.
This commit is contained in:
parent
39a3923eec
commit
8864b9a67f
1 changed files with 18 additions and 0 deletions
|
@ -30844,6 +30844,24 @@ (define-public texlive-umich-thesis
|
|||
Michigan dissertation according to the Rackham dissertation handbook.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-umthesis
|
||||
(package
|
||||
(name "texlive-umthesis")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/umthesis/" "tex/latex/umthesis/")
|
||||
(base32
|
||||
"1y2ba0k9d2sab9mkfhpsm92v4wx6rhapj887jbvcl7871b4idbps")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/umthesis")
|
||||
(synopsis "Dissertations at the University of Michigan")
|
||||
(description
|
||||
"This is a class for dissertations at the University of Michigan. it
|
||||
loads @code{book} class, and makes minimal changes to it.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-umtypewriter
|
||||
(package
|
||||
(name "texlive-umtypewriter")
|
||||
|
|
Loading…
Reference in a new issue