me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-uestcthesis.

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

View File

@ -30621,6 +30621,26 @@ which is available on the faculte's intranet. The class file documentation is
in French, the language of the typical user at the Universite de Sherbrooke.")
(license license:lppl1.3c)))
(define-public texlive-uestcthesis
(package
(name "texlive-uestcthesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/uestcthesis/"
"doc/latex/uestcthesis/"
"tex/latex/uestcthesis/")
(base32
"1gqa6yyj3nq75vfjxrcn0pxc9gmgdaf7mdhp5sf3hy3br9ix8qgw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/uestcthesis")
(synopsis "Thesis class for UESTC")
(description
"The class is for typesetting a thesis at the University of Electronic
Science and Technology of China.")
(license license:lppl1.3+)))
(define-public texlive-ulqda
(package
(name "texlive-ulqda")