me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ucthesis.

* gnu/packages/tex.scm (texlive-ucthesis): New variable.
master
Nicolas Goaziou 2023-08-22 17:03:00 +02:00
parent cb63e9fe6c
commit 744b085b2f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -30576,6 +30576,25 @@ the @acronym{ABNT, Brazilian Technical Standards Association} standards and
the @acronym{UCS, University of Caxias do Sul} specifications.")
(license license:lppl1.3c)))
(define-public texlive-ucthesis
(package
(name "texlive-ucthesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ucthesis/" "tex/latex/ucthesis/")
(base32
"19s6s4wxq494shi2pgrdyaz9qx52zma62czd92mrkjp2diim1197")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ucthesis")
(synopsis "University of California thesis format")
(description
"This package provides a modified version of the standard LaTeX report
style that is accepted for use with University of California PhD dissertations
and masters theses.")
(license license:lppl1.3+)))
(define-public texlive-ulqda
(package
(name "texlive-ulqda")