gnu: Add texlive-shtthesis.

* gnu/packages/tex.scm (texlive-shtthesis): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 16:38:58 +02:00
parent 04e124a00e
commit 5a1ebfa32f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -27360,6 +27360,53 @@ (define-public texlive-showtags
bibliography.")
(license license:public-domain)))
(define-public texlive-shtthesis
(package
(name "texlive-shtthesis")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/shtthesis/"
"tex/latex/shtthesis/")
(base32
"1l7vfqvfcgpndp5kmpdx4d9w89b83j5s2kwkr37hih9cp9l3n9vz")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs
(list texlive-alphalph
texlive-biber
texlive-biblatex
texlive-biblatex-gb7714-2015
texlive-booktabs
texlive-caption
texlive-colortbl
texlive-ctex
texlive-datetime
texlive-enumitem
texlive-fancyhdr
texlive-fmtcount
texlive-lastpage
texlive-latexmk
texlive-listings
texlive-lua-alt-getopt
texlive-lualatex-math
texlive-mathtools
texlive-ntheorem
texlive-tex-gyre
texlive-tocvsec2
texlive-transparent
texlive-undolabl
texlive-unicode-math
texlive-xits
texlive-xstring))
(home-page "https://ctan.org/pkg/shtthesis")
(synopsis "Unofficial LaTeX thesis template for ShanghaiTech University")
(description
"This package, forked from @code{ucasthesis}, is an unofficial LaTeX
thesis template for ShanghaiTech University and satisfies all format
requirements of the school.")
(license license:gpl3)))
(define-public texlive-shuffle
(package
(name "texlive-shuffle")