From dba39aa3f87358cbcc0b87b5dce8d098711d09bf Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 26 Jun 2023 15:02:49 +0200 Subject: gnu: Add texlive-lutabulartools. * gnu/packages/tex.scm (texlive-lutabulartools): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index e31916ec1e..d81a425069 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -16956,6 +16956,27 @@ (define-public texlive-luaxml ;; It uses explicitly the same license as Lua. (license license:x11))) +(define-public texlive-lutabulartools + (package + (name "texlive-lutabulartools") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/luatex/lutabulartools/" + "tex/luatex/lutabulartools/") + (base32 + "1p7b1gv86xa09g1big3s88w0c8jiyj2bk2r8wq4n3pqqqr7zm79z"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/lutabulartools") + (synopsis "Some useful LuaLaTeX-based tabular tools") + (description + "This package provides some useful commands for tabular matter. It uses +LuaLaTeX and offers the ability to combine the facilities of multirow and +makecell with an easy to use syntax. It also adds some enhanced rules for the +@code{booktabs} package.") + (license license:expat))) + (define-public texlive-babel-czech (package (name "texlive-babel-czech") -- cgit v1.2.3