From ad8e83f82c645144f1ffaeb51fca6f4bfdb599d8 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 26 Jun 2023 14:59:14 +0200 Subject: gnu: Add texlive-luaset. * gnu/packages/tex.scm (texlive-luaset): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 36f7c6e979..ec483db7ba 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -16822,6 +16822,29 @@ (define-public texlive-luarandom generator will be initialized by the system time.") (license license:lppl1.3+))) +(define-public texlive-luaset + (package + (name "texlive-luaset") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/lualatex/luaset/" + "tex/lualatex/luaset/") + (base32 + "1xbr7m1fb71xnlc3p4lb2gz10i6bz6f4bbzyfcclggriq7bkv1iq"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/luaset") + (synopsis "Set Operations inside LaTeX documents using Lua") + (description + "The @code{luaset} package is developed to define finite sets and perform +operations on them inside LaTeX documents. There is no particular environment +in the package for performing set operations. The package commands can be +used in any environment (including the mathematics environment). It is +written in Lua, and the @file{.tex} file is to be compiled with the LuaLaTeX +engine.") + (license license:lppl1.3c))) + (define-public texlive-babel-czech (package (name "texlive-babel-czech") -- cgit v1.2.3