guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

209/245: gnu: Add texlive-statex2.


From: guix-commits
Subject: 209/245: gnu: Add texlive-statex2.
Date: Sun, 30 Jul 2023 13:47:08 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b57ec8314b295d570804f801b2c898ae2812a9e4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:50:38 2023 +0200

    gnu: Add texlive-statex2.
    
    * gnu/packages/tex.scm (texlive-statex2): 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 7dabb18347..7361b876c7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]