From 8ebc5ae86131125d40c7161bb57e0676517de262 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 00:19:39 +0200 Subject: [PATCH] gnu: Add texlive-figput. * gnu/packages/tex.scm (texlive-figput): 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 de6344533e..de0a184d93 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -17131,6 +17131,26 @@ (define-public texlive-figchild TikZ and @code{xcolor} packages.") (license license:lppl1.3c))) +(define-public texlive-figput + (package + (name "texlive-figput") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/figput/" "tex/latex/figput/") + (base32 + "0ckwbrsl5075902pmmjp1r3n31pdpbqvydh69vq6mkfwk3ipp4gj"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/figput") + (synopsis "Create interactive figures in LaTeX") + (description + "FigPut allows figures to be specified using JavaScript. The resulting +document can be viewed as a static PDF, as usual, or the document can be +viewed in a web-browser, in which case the figures are interactive. A variety +of interactive widgets are included.") + (license license:cc-by-sa4.0))) + (define-public texlive-gates (package (name "texlive-gates")