guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: Add texlive-fp.


From: guix-commits
Subject: 05/07: gnu: Add texlive-fp.
Date: Sun, 13 Feb 2022 18:10:34 -0500 (EST)

ngz pushed a commit to branch core-updates
in repository guix.

commit f833399811555a13756aa64bb0aaaaafab79ee99
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 13 23:53:53 2022 +0100

    gnu: Add texlive-fp.
    
    * gnu/packages/tex.scm (texlive-fp): New variable.
---
 gnu/packages/tex.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 76ab1bed22..837cb886f9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9206,6 +9206,21 @@ uppercase letters commonly used to represent various 
number sets.
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]