me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ucbthesis.

* gnu/packages/tex.scm (texlive-ucbthesis): New variable.
master
Nicolas Goaziou 2023-08-22 17:02:25 +02:00
parent 447effb6f2
commit f7326e24e9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -30512,6 +30512,26 @@ according to the thesis guidelines of the University of Calgary Faculty of
Graduate Studies. It uses the @code{memoir} class.") Graduate Studies. It uses the @code{memoir} class.")
(license license:expat))) (license license:expat)))
(define-public texlive-ucbthesis
(package
(name "texlive-ucbthesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ucbthesis/"
"tex/latex/ucbthesis/")
(base32
"0kwy84r7vz5nvq8nrar1ykik4ycpvgl1kwiyi0da6wjn4cazxxh9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ucbthesis")
(synopsis "Thesis and dissertation class supporting UCB requirements")
(description
"The class provides the necessary framework for electronic submission
of masters theses and PhD dissertations at the University of
California, Berkeley. It is based on the @code{memoir} class.")
(license license:lppl1.3+)))
(define-public texlive-ulqda (define-public texlive-ulqda
(package (package
(name "texlive-ulqda") (name "texlive-ulqda")