me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-lutabulartools.

* gnu/packages/tex.scm (texlive-lutabulartools): New variable.
Nicolas Goaziou 2023-06-26 15:02:49 +02:00
parent 44d4e37d0d
commit dba39aa3f8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -16956,6 +16956,27 @@ current release is aimed mainly at support for the @code{odsfile} package.")
;; 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")