me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-generic-intcalc.

* gnu/packages/tex.scm (texlive-generic-intcalc): New public variable.
master
Marius Bakke 2021-05-22 17:55:52 +02:00
parent e68df1408a
commit 2d78486e60
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 15 additions and 0 deletions

View File

@ -7317,6 +7317,21 @@ the corresponding LaTeX commands; under Plain TeX they are available as
complete implementations.") complete implementations.")
(license license:lppl1.3c+))) (license license:lppl1.3c+)))
(define-public texlive-generic-intcalc
(package
(inherit (simple-texlive-package
"texlive-generic-intcalc"
'("/tex/generic/intcalc/")
(base32
"0llrnayqwdqxi91yh7panbbiljina3bynv2hxhi6sssaw3pyd92l")
#:trivial? #t))
(home-page "https://www.ctan.org/pkg/intcalc")
(synopsis "Expandable arithmetic operations with integers")
(description
"This package provides expandable arithmetic operations with integers,
using the e-TeX extension @code{\\numexpr} if it is available.")
(license license:lppl1.3c+)))
(define-public texlive-generic-listofitems (define-public texlive-generic-listofitems
(package (package
(name "texlive-generic-listofitems") (name "texlive-generic-listofitems")