From c1449c68a2ebc4112260af4986926060ed1be9a2 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 26 Jun 2023 15:00:05 +0200 Subject: gnu: Add texlive-luatruthtable. * gnu/packages/tex.scm (texlive-luatruthtable): 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 d35d641122..5181411310 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -16888,6 +16888,29 @@ (define-public texlive-luatextra @code{lualibs}, and provides additional user-level features and goodies.") (license license:public-domain))) +(define-public texlive-luatruthtable + (package + (name "texlive-luatruthtable") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/lualatex/luatruthtable/" + "tex/lualatex/luatruthtable/") + (base32 + "18k0zk9zxfprcjxzkmfb2j1lk4ldk5hxi0ch1sy0n29f06qcl740"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/luatruthtable") + (synopsis "Generate truth tables of boolean values in LuaLaTeX") + (description + "This package provides an easy way for generating truth tables of boolean +values in LuaLaTeX. The time required for operations is no issue while +compiling with LuaLaTeX. The package supports nesting of commands for multiple +operations. It can be modified or extended by writing custom lua programs. +There is no need to install lua on users system as TeX distributions (TeX Live +or MikTeX) come bundled with LuaLaTeX.") + (license license:lppl1.3c))) + (define-public texlive-babel-czech (package (name "texlive-babel-czech") -- cgit v1.2.3