gnu: Add texlive-generic-intcalc.
* gnu/packages/tex.scm (texlive-generic-intcalc): New public variable.master
parent
e68df1408a
commit
2d78486e60
|
@ -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")
|
||||||
|
|
Reference in New Issue