gnu: Add texlive-luaprogtable.

* gnu/packages/tex.scm (texlive-luaprogtable): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 14:58:32 +02:00
parent f3c0d2f860
commit 92d75955a3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16764,6 +16764,25 @@ (define-public texlive-luapackageloader
to load external Lua modules, including modules installed via LuaRocks.")
(license license:lppl1.3c)))
(define-public texlive-luaprogtable
(package
(name "texlive-luaprogtable")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/luaprogtable/"
"tex/lualatex/luaprogtable/")
(base32
"0vx4vsqa777hv4bdw8m7x8hrjg5p9h8d68z0l2ji60h67bziy161")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/luaprogtable")
(synopsis "Programmable table interface for LuaLaTeX")
(description
"This package allows you to modify a cell based on the contents of other
cells using LaTeX macros.")
(license license:expat)))
(define-public texlive-babel-czech
(package
(name "texlive-babel-czech")