Archived
1
0
Fork 0

gnu: Add texlive-bnumexpr.

* gnu/packages/tex.scm (texlive-bnumexpr): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:44:57 +02:00
parent 979d6541a5
commit 6196fc91e0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -74556,6 +74556,27 @@ similar to the TeX primitive @code{\\magnification} but more accurate and
user-friendly.")
(license license:lppl1.3+)))
(define-public texlive-bnumexpr
(package
(name "texlive-bnumexpr")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bnumexpr/"
"source/latex/bnumexpr/"
"tex/latex/bnumexpr/")
(base32
"01d91gb1f6iqzh6krc21fc1akvh8w2v3flpq02kig915w7w9r4sn")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bnumexpr")
(synopsis
"Extends eTeX's @code{\\numexpr...\\relax} construct to big integers")
(description
"The package extends e-TeX @code{\\numexpr...\\relax} operation to allow big
integers, powers, factorials, truncated division and its associated modulo.")
(license license:lppl1.3c)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar