gnu: Add texlive-lua-ul.

* gnu/packages/tex.scm (texlive-lua-ul): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 14:45:13 +02:00
parent 6bc9993d03
commit 8cb294628a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16207,6 +16207,28 @@ (define-public texlive-lua-uca
generators, etc.")
(license license:expat)))
(define-public texlive-lua-ul
(package
(name "texlive-lua-ul")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/lua-ul/"
"source/lualatex/lua-ul/"
"tex/lualatex/lua-ul/")
(base32
"0xpa41hkjzqcws7yjj6s8ys93qyhnv6zfv7479qbv58h5mgfxzhh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lua-ul")
(synopsis "Underlining for LuaLaTeX")
(description
"This package provides underlining, strikethough, and highlighting using
features in LuaLaTeX which avoid the restrictions imposed by other methods.
In particular, kerning is not affected, the underlined text can use arbitrary
commands, hyphenation works etc.")
(license license:lppl1.3c)))
(define-public texlive-babel-czech
(package
(name "texlive-babel-czech")