[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
212/245: gnu: Add texlive-statmath.
From: |
guix-commits |
Subject: |
212/245: gnu: Add texlive-statmath. |
Date: |
Sun, 30 Jul 2023 13:47:12 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 79622b3afe2c79795d783176bb9abbed51104168
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:51:11 2023 +0200
gnu: Add texlive-statmath.
* gnu/packages/tex.scm (texlive-statmath): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 80acc65d02..ef7d8c719c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6372,6 +6372,27 @@ graphs.")
results in a separate file; the format of the file is selectable.")
(license license:gpl3+)))
+(define-public texlive-statmath
+ (package
+ (name "texlive-statmath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/statmath/"
+ "source/latex/statmath/"
+ "tex/latex/statmath/")
+ (base32
+ "0zqln39cambscblrqck9lw4krpqbhlasz58zvx84h8pmapwsk13g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/statmath")
+ (synopsis "Simple use of statistical notation")
+ (description
+ "The package offers a number of notational conventions to be used in
+applied and theoretical papers in statistics which are currently lacking in
+the popular @code{amsmath} package.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 211/245: gnu: Add texlive-statistik., (continued)
- 211/245: gnu: Add texlive-statistik., guix-commits, 2023/07/30
- 232/245: gnu: Add texlive-tiscreen., guix-commits, 2023/07/30
- 182/245: gnu: Add texlive-rank-2-roots., guix-commits, 2023/07/30
- 238/245: gnu: Add texlive-witharrows., guix-commits, 2023/07/30
- 214/245: gnu: Add texlive-structmech., guix-commits, 2023/07/30
- 219/245: gnu: Add texlive-susy., guix-commits, 2023/07/30
- 179/245: gnu: Add texlive-pseudocode., guix-commits, 2023/07/30
- 222/245: gnu: Add texlive-synproof., guix-commits, 2023/07/30
- 229/245: gnu: Add texlive-textopo., guix-commits, 2023/07/30
- 192/245: gnu: Add texlive-sciposter., guix-commits, 2023/07/30
- 212/245: gnu: Add texlive-statmath.,
guix-commits <=
- 213/245: gnu: Add texlive-steinmetz., guix-commits, 2023/07/30
- 231/245: gnu: Add texlive-thmbox., guix-commits, 2023/07/30
- 204/245: gnu: Add texlive-skmath., guix-commits, 2023/07/30
- 220/245: gnu: Add texlive-syllogism., guix-commits, 2023/07/30
- 223/245: gnu: Add texlive-t-angles., guix-commits, 2023/07/30
- 202/245: gnu: Add texlive-sistyle., guix-commits, 2023/07/30
- 227/245: gnu: Add texlive-tex-ewd., guix-commits, 2023/07/30
- 234/245: gnu: Add texlive-moreverb., guix-commits, 2023/07/30
- 201/245: gnu: Add texlive-simplewick., guix-commits, 2023/07/30
- 183/245: gnu: Add texlive-rbt-mathnotes., guix-commits, 2023/07/30