mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-xtuthesis.
* gnu/packages/tex.scm (texlive-xtuthesis): New variable.
This commit is contained in:
parent
f8f462922e
commit
8059abf1c0
1 changed files with 18 additions and 0 deletions
|
@ -15330,6 +15330,24 @@ (define-public texlive-xlop
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue