gnu: Add texlive-fp.

* gnu/packages/tex.scm (texlive-fp): New variable.
This commit is contained in:
Nicolas Goaziou 2022-02-13 23:53:53 +01:00
parent 94268d5021
commit f833399811
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9206,6 +9206,21 @@ (define-public texlive-mathpazo
LaTeX macro support is provided in package @code{psnfss}.")
(license license:gpl3+)))
(define-public texlive-fp
(package
(inherit
(simple-texlive-package
"texlive-fp"
(list "doc/latex/fp/" "tex/latex/fp/" "tex/plain/fp/")
(base32 "1q555fx71cf88sn3npzb0j2i10ak920k0qc9ccdygz99vqg10dad")
#:trivial? #t))
(home-page "https://ctan.org/macros/latex/contrib/fp")
(synopsis "Fixed point arithmetic")
(description
"This package provides an extensive collection of arithmetic operations
for fixed point real numbers of high precision.")
(license license:lppl)))
(define-public texlive-fpl
(package
(inherit (simple-texlive-package