gnu: Add texlive-proba.
* gnu/packages/tex.scm (texlive-proba): New variable.
This commit is contained in:
parent
7fb8654f8f
commit
17b469c942
1 changed files with 21 additions and 0 deletions
|
@ -5579,6 +5579,27 @@ (define-public texlive-principia
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue