[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
175/245: gnu: Add texlive-proba.
From: |
guix-commits |
Subject: |
175/245: gnu: Add texlive-proba. |
Date: |
Sun, 30 Jul 2023 13:46:59 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 17b469c9422ebe98271d91a841714c71bbf42f3d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:42:02 2023 +0200
gnu: Add texlive-proba.
* gnu/packages/tex.scm (texlive-proba): 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 a68a038a4a..425d02a9f1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5579,6 +5579,27 @@ deduction calculi, sequent-like calculi, and similar.")
Whitehead and Russell's 1910 @emph{Principia Mathematica}.")
(license license:lppl1.3c)))
+(define-public texlive-proba
+ (package
+ (name "texlive-proba")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/proba/" "source/latex/proba/"
+ "tex/latex/proba/")
+ (base32
+ "0ym6szixg2dl17l07kdqmyah6pi6hn68ckr95xmimqhv8ib124kj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/proba")
+ (synopsis "Shortcuts commands to symbols used in probability texts")
+ (description
+ "This package includes some of the most often used commands in
+probability texts, e.g., probability, expectation, variance, etc. It also
+includes some short commands for set (blackboard) or
+filtrations (calligraphic).")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 145/245: gnu: Add texlive-mismath., (continued)
- 145/245: gnu: Add texlive-mismath., guix-commits, 2023/07/30
- 146/245: gnu: Add texlive-multiobjective., guix-commits, 2023/07/30
- 150/245: gnu: Add texlive-natded., guix-commits, 2023/07/30
- 160/245: gnu: Add texlive-oplotsymbl., guix-commits, 2023/07/30
- 173/245: gnu: Add texlive-prftree., guix-commits, 2023/07/30
- 176/245: gnu: Add texlive-proof-at-the-end., guix-commits, 2023/07/30
- 161/245: gnu: Add texlive-ot-tableau., guix-commits, 2023/07/30
- 178/245: gnu: Add texlive-pseudo., guix-commits, 2023/07/30
- 162/245: gnu: Add texlive-oubraces., guix-commits, 2023/07/30
- 170/245: gnu: Add texlive-pinoutikz., guix-commits, 2023/07/30
- 175/245: gnu: Add texlive-proba.,
guix-commits <=
- 184/245: gnu: Add texlive-rec-thy., guix-commits, 2023/07/30
- 239/245: gnu: Add texlive-xymtex., guix-commits, 2023/07/30
- 221/245: gnu: Add texlive-sympytexpackage., guix-commits, 2023/07/30
- 195/245: gnu: Add texlive-sesamanuel., guix-commits, 2023/07/30
- 224/245: gnu: Add texlive-tablor., guix-commits, 2023/07/30
- 237/245: gnu: Add texlive-venn., guix-commits, 2023/07/30
- 187/245: gnu: Add texlive-revquantum., guix-commits, 2023/07/30
- 218/245: gnu: Add texlive-subtext., guix-commits, 2023/07/30
- 240/245: gnu: Add texlive-yhmath., guix-commits, 2023/07/30
- 226/245: gnu: Add texlive-tensor., guix-commits, 2023/07/30