mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Add texlive-fp.
* gnu/packages/tex.scm (texlive-fp): New variable.
This commit is contained in:
parent
94268d5021
commit
f833399811
1 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue