[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
208/245: gnu: Add texlive-statex.
From: |
guix-commits |
Subject: |
208/245: gnu: Add texlive-statex. |
Date: |
Sun, 30 Jul 2023 13:47:08 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e3f4f01604bc148e795c5a98be40a8ed61ac36c3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:50:29 2023 +0200
gnu: Add texlive-statex.
* gnu/packages/tex.scm (texlive-statex): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 63cf5932f5..7dabb18347 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6287,6 +6287,25 @@ engineering, those small structures are a key part for
teaching. This package
permits to create such 2D and 3D structures in a very fast and simple way.")
(license (list license:gpl3+ license:lppl1.3+))))
+(define-public texlive-statex
+ (package
+ (name "texlive-statex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/statex/" "tex/latex/statex/")
+ (base32
+ "02zd9877kryv749lyxlswdkdfbgc4i1d2vvbkaplxq81njxipxry")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/statex")
+ (synopsis "Statistics style")
+ (description
+ "This package provides a package defining many macros for items of
+significance in statistical presentations. An updated, but incompatible,
+version of the package is available: @code{statex2}.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 117/245: gnu: Add texlive-karnaughmap., (continued)
- 117/245: gnu: Add texlive-karnaughmap., guix-commits, 2023/07/30
- 106/245: gnu: Add texlive-hepthesis., guix-commits, 2023/07/30
- 121/245: gnu: Add texlive-logicproof., guix-commits, 2023/07/30
- 129/245: gnu: Add texlive-mathlig., guix-commits, 2023/07/30
- 131/245: gnu: Add texlive-mathpunctspace., guix-commits, 2023/07/30
- 158/245: gnu: Add texlive-numerica-tables., guix-commits, 2023/07/30
- 177/245: gnu: Add texlive-prooftrees., guix-commits, 2023/07/30
- 165/245: gnu: Add texlive-perfectcut., guix-commits, 2023/07/30
- 168/245: gnu: Add texlive-physics2., guix-commits, 2023/07/30
- 242/245: gnu: Add texlive-yquant., guix-commits, 2023/07/30
- 208/245: gnu: Add texlive-statex.,
guix-commits <=
- 235/245: gnu: Add texlive-ulqda., guix-commits, 2023/07/30
- 215/245: gnu: Add texlive-struktex., guix-commits, 2023/07/30
- 233/245: gnu: Add texlive-turnstile., guix-commits, 2023/07/30
- 245/245: gnu: Add texlive-collection-mathscience., guix-commits, 2023/07/30
- 10/245: gnu: Add texlive-aligned-overset., guix-commits, 2023/07/30
- 12/245: gnu: Add texlive-amstex., guix-commits, 2023/07/30
- 16/245: gnu: Add texlive-axodraw2., guix-commits, 2023/07/30
- 18/245: gnu: Add texlive-begriff., guix-commits, 2023/07/30
- 23/245: gnu: Add texlive-bohr., guix-commits, 2023/07/30
- 24/245: gnu: Add texlive-boldtensors., guix-commits, 2023/07/30