gnu: Add texlive-binomexp.

* gnu/packages/tex.scm (texlive-binomexp): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 13:05:12 +02:00
parent 3563aadb5b
commit e9077a1e9d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -1747,6 +1747,27 @@ of mathematical disciplines.")
@emph{Begriffschrift}.")
(license license:gpl3+)))
(define-public texlive-binomexp
(package
(name "texlive-binomexp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/binomexp/"
"source/latex/binomexp/"
"tex/latex/binomexp/")
(base32
"1wmhsqqz2hy75x20srs1237yba4s00yrdhr52hkrh3nldzqwhqcc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/binomexp")
(synopsis "Calculate Pascal's triangle")
(description
"The package calculates and prints rows of Pascal's triangle. It may be
used to print successive rows of the triangle, or to print the rows inside an
@code{array} or @code{tabular} environment.")
(license license:lppl)))
(define-public texlive-bitelist
(package
(name "texlive-bitelist")