me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-sphdthesis.

* gnu/packages/tex.scm (texlive-sphdthesis): New variable.
master
Nicolas Goaziou 2023-08-22 16:40:09 +02:00
parent 29f1118b96
commit 27c1972b61
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -27939,6 +27939,28 @@ a new and versatile serif face available in seven weights of roman and italic,
with small caps.")
(license (list license:silofl1.1 license:lppl))))
(define-public texlive-sphdthesis
(package
(name "texlive-sphdthesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/sphdthesis/"
"tex/latex/sphdthesis/")
(base32
"05ncll9vd2yh15vp6gqzidrp011d1i2hsmlzfrfz954f9449ydx4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/sphdthesis")
(synopsis "LaTeX template for writing PhD thesis")
(description
"The package provides a LaTeX document class for writing a PhD thesis.
By default, the class adheres to the @acronym{NUS, National University of
Singapore} Guidelines on Format of Research Thesis Submitted For Examination.
However, modifying the class for conformation to a different guideline should
not be difficult.")
(license license:public-domain)))
(define-public texlive-splitbib
(package
(name "texlive-splitbib")