gnu: Add texlive-ecltree.

* gnu/packages/tex.scm (texlive-ecltree): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-16 19:30:02 +02:00
parent 8dfc073726
commit d563f4ddda
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5397,6 +5397,25 @@ (define-public texlive-easing
to the PGF mathematical engine.")
(license license:lppl1.3+)))
(define-public texlive-ecltree
(package
(name "texlive-ecltree")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ecltree/" "tex/latex/ecltree/")
(base32
"0ki5zzpl8dkz7zwyccmsxfnfq7vl5vlx3gi1py64mgqxfxp0rivw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ecltree")
(synopsis "Trees using Epic and Eepic macros")
(description
"The package recursively draws trees: each subtree is defined in
a @code{bundle} environment, with a set of leaves described by @code{\\chunk}
macros. A chunk may have a @code{bundle} environment inside it.")
(license license:lppl)))
(define-public texlive-econometrics
(package
(name "texlive-econometrics")