me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-thuthesis.

* gnu/packages/tex.scm (texlive-thuthesis): New variable.
master
Nicolas Goaziou 2023-08-22 16:44:25 +02:00
parent 9c7c89e558
commit cf5e2d065b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -29780,6 +29780,28 @@ University to write coursework more efficiently. It can also be used by
students from other universities.")
(license license:lppl1.3+)))
(define-public texlive-thuthesis
(package
(name "texlive-thuthesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/thuthesis/"
"doc/latex/thuthesis/"
"source/latex/thuthesis/"
"tex/latex/thuthesis/")
(base32
"11l434c6v0sdhk4y776nrswj53sj2hba4i3dwbspgkh61ckxxhyx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/thuthesis")
(synopsis "Thesis template for Tsinghua University")
(description
"This package establishes a simple and easy-to-use LaTeX template for
Tsinghua dissertations, including general undergraduate research papers,
masters theses, doctoral dissertations, and postdoctoral reports.")
(license license:lppl1.3c)))
(define-public texlive-tinos
(package
(name "texlive-tinos")