me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-statex2.

* gnu/packages/tex.scm (texlive-statex2): New variable.
Nicolas Goaziou 2023-07-30 16:50:38 +02:00
parent e3f4f01604
commit b57ec8314b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -6306,6 +6306,25 @@ significance in statistical presentations. An updated, but incompatible,
version of the package is available: @code{statex2}.")
(license license:lppl)))
(define-public texlive-statex2
(package
(name "texlive-statex2")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/statex2/" "tex/latex/statex2/")
(base32
"1g0ymd0l0cvqn61vjbncrg8cr8wkaw7bywnk85c82rsl0wsc89xk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/statex2")
(synopsis "Statistics style")
(description
"The package defines many macros for items of significance in statistical
presentations. It represents a syntax-incompatible upgrade of
@code{statex}.")
(license license:lppl)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")