gnu: Add texlive-eqexpl.

* gnu/packages/tex.scm (texlive-eqexpl): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 15:53:40 +02:00
parent 41b28dc1f4
commit ec2fdef1ca
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3432,6 +3432,24 @@ (define-public texlive-eolang
@url{https://www.eolang.org, EO} programming language.")
(license license:expat)))
(define-public texlive-eqexpl
(package
(name "texlive-eqexpl")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/eqexpl/" "tex/latex/eqexpl/")
(base32
"0crbq63m7ra20a1s1yka2v24spfvi86ls1v8asswdrf83zkdpibi")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/eqexpl")
(synopsis "Align explanations for formulas")
(description
"This package tries to create perfectly formatted explanation of
components of a formula.")
(license license:cc-by-sa4.0)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")