mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add texlive-chet.
* gnu/packages/tex.scm (texlive-chet): New variable.
This commit is contained in:
parent
4bb80da5ac
commit
304d26bc1c
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue