mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-hitszthesis.
* gnu/packages/tex.scm (texlive-hitszthesis): New variable.
This commit is contained in:
parent
80f3790833
commit
8285d8a34b
1 changed files with 26 additions and 0 deletions
|
@ -16462,6 +16462,32 @@ (define-public texlive-hitszbeamer
|
|||
Technology, ShenZhen).")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-hitszthesis
|
||||
(package
|
||||
(name "texlive-hitszthesis")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/hitszthesis/"
|
||||
"doc/latex/hitszthesis/"
|
||||
"makeindex/hitszthesis/"
|
||||
"source/latex/hitszthesis/"
|
||||
"tex/latex/hitszthesis/")
|
||||
(base32
|
||||
"0m1wr3iq1nzcymvnamgna0iiqb3ndllflgawzjjv85aay9jszra0")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/hitszthesis")
|
||||
(synopsis
|
||||
"Dissertation template for Harbin Institute of Technology, ShenZhen")
|
||||
(description
|
||||
;; XXX: Cannot use @acronym and @comma here, because Guile Texinfo does
|
||||
;; not support this combination.
|
||||
"This package provides a dissertation template for HITSZ (Harbin
|
||||
Institute of Technology, ShenZhen), including bachelor, master and doctor
|
||||
dissertations.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-hmtrump
|
||||
(package
|
||||
(name "texlive-hmtrump")
|
||||
|
|
Loading…
Reference in a new issue