me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xtuthesis.

* gnu/packages/tex.scm (texlive-xtuthesis): New variable.
Nicolas Goaziou 2023-08-15 20:15:06 +02:00
parent f8f462922e
commit 8059abf1c0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -15330,6 +15330,24 @@ features allow to deal with numbers (tests, display, some high level
operations, etc.)")
(license license:lppl1.3+)))
(define-public texlive-xtuthesis
(package
(name "texlive-xtuthesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/xtuthesis/"
"tex/latex/xtuthesis/")
(base32
"1fdk9dkikqlkjwrg8qjm2phvsyyvddshf78bjy6liyz5hqakk6r8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xtuthesis")
(synopsis "XTU thesis template")
(description
"The package provides a thesis template for the Xiangtan University.")
(license license:lppl1.3+)))
(define-public texlive-yannisgr
(package
(name "texlive-yannisgr")