[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/93: gnu: Add texlive-apnum.
From: |
guix-commits |
Subject: |
03/93: gnu: Add texlive-apnum. |
Date: |
Thu, 20 Jul 2023 05:21:12 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 778872bd95b27d7df4087665c990abf752b3c0a8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:42:57 2023 +0200
gnu: Add texlive-apnum.
* gnu/packages/tex.scm (texlive-apnum): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3e03abc13a..9024c5bfe3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1204,6 +1204,26 @@ ligatures, but also offers additional control over
them.")
a given (Unicode) glyph. It relies on Fontconfig.")
(license license:bsd-3)))
+(define-public texlive-apnum
+ (package
+ (name "texlive-apnum")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/apnum/" "tex/generic/apnum/")
+ (base32
+ "0s6nklimzbqc1z1vhgffzp76d1kl2shz1xkf119bck482rvn3x61")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/apnum")
+ (synopsis "Arbitrary precision numbers implemented by TeX macros")
+ (description
+ "The basic operations (addition, subtraction, multiplication,
+division, power to an integer) are implemented by TeX macros in this package.
+Operands may be numbers with arbitrary numbers of digits; scientific notation
+is allowed. The expression scanner is also provided.")
+ (license license:public-domain)))
+
(define-public texlive-arara
(package
(name "texlive-arara")
- branch master updated (6547d3852b -> f019ce027c), guix-commits, 2023/07/20
- 01/93: gnu: Add texlive-abbr., guix-commits, 2023/07/20
- 03/93: gnu: Add texlive-apnum.,
guix-commits <=
- 05/93: gnu: Add texlive-barr., guix-commits, 2023/07/20
- 07/93: gnu: Add texlive-borceux., guix-commits, 2023/07/20
- 09/93: gnu: Add texlive-catcodes., guix-commits, 2023/07/20
- 10/93: gnu: Add texlive-chronosys., guix-commits, 2023/07/20
- 11/93: gnu: Add texlive-colorsep., guix-commits, 2023/07/20
- 18/93: gnu: Add texlive-dowith., guix-commits, 2023/07/20
- 16/93: gnu: Add texlive-dirtree., guix-commits, 2023/07/20
- 22/93: gnu: Add texlive-epsf-dvipdfmx., guix-commits, 2023/07/20
- 24/93: gnu: Add texlive-expkv-bundle., guix-commits, 2023/07/20
- 02/93: gnu: Add texlive-abstyles., guix-commits, 2023/07/20