mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add texlive-uafthesis.
* gnu/packages/tex.scm (texlive-uafthesis): New variable.
This commit is contained in:
parent
93e0bc967b
commit
1ae04ca8aa
1 changed files with 18 additions and 0 deletions
|
@ -30450,6 +30450,24 @@ (define-public texlive-uaclasses
|
|||
any document class.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-uafthesis
|
||||
(package
|
||||
(name "texlive-uafthesis")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/uafthesis/"
|
||||
"tex/latex/uafthesis/")
|
||||
(base32
|
||||
"0vxd9vk4dzpxcpn4l20r5hm3cz04mwqvd8kw1yg7vvjlnpshi4i6")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/uafthesis")
|
||||
(synopsis "Document class for theses at University of Alaska Fairbanks")
|
||||
(description
|
||||
"This is document class for theses at University of Alaska Fairbanks.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-ulqda
|
||||
(package
|
||||
(name "texlive-ulqda")
|
||||
|
|
Loading…
Reference in a new issue