me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-seuthesis.

* gnu/packages/tex.scm (texlive-seuthesis): New variable.
master
Nicolas Goaziou 2023-08-22 16:34:58 +02:00
parent 560949402d
commit 975c797350
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -27241,6 +27241,26 @@ Assignment that can be easily adapted to other usages. This template features
a colorful theme that makes it look elegant and attractive.")
(license license:expat)))
(define-public texlive-seuthesis
(package
(name "texlive-seuthesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/seuthesis/"
"doc/latex/seuthesis/"
"source/latex/seuthesis/")
(base32
"1gb1bql0llnms1c18xzp4g8j16zffinjjydiv4gsasyvxc0p8c5n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/seuthesis")
(synopsis "LaTeX template for theses at Southeastern University")
(description
"This template is for theses at Southeastern University, Nanjing,
China.")
(license license:gpl3)))
(define-public texlive-sfg
(package
(name "texlive-sfg")