mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: Add texlive-generic-bigintcalc.
* gnu/packages/tex.scm (texlive-generic-bigintcalc): New public variable.
This commit is contained in:
parent
2d78486e60
commit
3e0dc201ec
1 changed files with 18 additions and 0 deletions
|
@ -7300,6 +7300,24 @@ (define-public texlive-generic-atbegshi
|
|||
be used either with LaTeX or with plain TeX.")
|
||||
(license license:lppl1.3c+)))
|
||||
|
||||
(define-public texlive-generic-bigintcalc
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-generic-bigintcalc"
|
||||
'("/doc/latex/bigintcalc/README.md"
|
||||
"/tex/generic/bigintcalc/")
|
||||
(base32
|
||||
"19grk4p1dh566hgpzhnjyjnrw57hpjijcpr7ci401n9jszcc1xkz")
|
||||
#:trivial? #t))
|
||||
(propagated-inputs
|
||||
`(("texlive-latex-pdftexcmds" ,texlive-latex-pdftexcmds)))
|
||||
(home-page "https://www.ctan.org/pkg/bigintcalc")
|
||||
(synopsis "Integer calculations on very large numbers")
|
||||
(description
|
||||
"This package provides expandable arithmetic operations with big
|
||||
integers that can exceed TeX's number limits.")
|
||||
(license license:lppl1.3c+)))
|
||||
|
||||
(define-public texlive-generic-infwarerr
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
|
|
Loading…
Reference in a new issue