me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hitec.

* gnu/packages/tex.scm (texlive-hitec): New variable.
master
Nicolas Goaziou 2023-08-29 15:52:27 +02:00
parent 000fdcbc31
commit 2b2be81b7e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -84926,6 +84926,24 @@ For this purpose it builds on the generic @code{listings} package.")
@code{picture} environment.")
(license license:lppl1.3+)))
(define-public texlive-hitec
(package
(name "texlive-hitec")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hitec/" "tex/latex/hitec/")
(base32
"16c5jk7950nl1b6qa67as8iscm9nk8nlcq6v4c7ib8zm9qf68z29")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hitec")
(synopsis "Class for documentation")
(description
"This package provides an article-based class designed for use for
documentation in high-technology companies.")
(license license:lppl)))
;;;
;;; 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