From 5ca12f00c7abfa622bceeb718fe01b1c22ebd0bb Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 30 Jul 2023 16:36:20 +0200 Subject: [PATCH] gnu: Add texlive-numerica-tables. * gnu/packages/tex.scm (texlive-numerica-tables): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f859d64acb..a2a9223d68 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5204,6 +5204,25 @@ (define-public texlive-numerica-plus terms of recurrence relations.") (license license:lppl1.3c))) +(define-public texlive-numerica-tables + (package + (name "texlive-numerica-tables") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/numerica-tables/" + "tex/latex/numerica-tables/") + (base32 + "0g438l2sxij5s8zg6b60w8jvy2jpa2f0s14gjg4f8pq7lf6vk9gj"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/numerica-tables") + (synopsis "Create multi-column tables of mathematical functions") + (description + "The package defines a command to create possibly multi-column tables of +mathematical function values.") + (license license:lppl1.3c))) + (define-public texlive-bibtex8 (package (name "texlive-bibtex8")