mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: Add texlive-statmath.
* gnu/packages/tex.scm (texlive-statmath): New variable.
This commit is contained in:
parent
091e151fa7
commit
79622b3afe
1 changed files with 21 additions and 0 deletions
|
@ -6372,6 +6372,27 @@ (define-public texlive-statistik
|
||||||
results in a separate file; the format of the file is selectable.")
|
results in a separate file; the format of the file is selectable.")
|
||||||
(license license:gpl3+)))
|
(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
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue