gnu: Add texlive-hitreport.
* gnu/packages/tex.scm (texlive-hitreport): New variable.
This commit is contained in:
parent
2b2be81b7e
commit
861483f221
1 changed files with 21 additions and 0 deletions
|
@ -84944,6 +84944,27 @@ (define-public texlive-hitec
|
|||
documentation in high-technology companies.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-hitreport
|
||||
(package
|
||||
(name "texlive-hitreport")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/hitreport/"
|
||||
"source/latex/hitreport/"
|
||||
"tex/latex/hitreport/")
|
||||
(base32
|
||||
"0sn4xa1y4i71qxw42w6q2l9z3039k2n57b05sfawmy656yjcvqpz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/hitreport")
|
||||
(synopsis "Harbin Institute of Technology Report LaTeX template")
|
||||
(description
|
||||
"This package provides an assignment and experiment report template free of
|
||||
configuration designed for undergraduates on the three campuses of Harbin
|
||||
Institute of Technology.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue