gnu: Add texlive-chet.

* gnu/packages/tex.scm (texlive-chet): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:45:50 +02:00
parent 4bb80da5ac
commit 304d26bc1c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -75855,6 +75855,25 @@ (define-public texlive-checkend
just use the package.")
(license license:expat)))
(define-public texlive-chet
(package
(name "texlive-chet")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/chet/" "doc/latex/chet/"
"tex/latex/chet/")
(base32
"1gkpp94l6843hxgana60rgs08qifdj7j68dv834p132hc3n08cbn")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/chet")
(synopsis "LaTeX layout inspired by @code{harvmac}")
(description
"The package aims to streamline the work of typesetting, and to provide the
look and feel of @code{harvmac} for readers.")
(license license:lppl1.3+)))
;;;
;;; 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