me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-lua-ul.

* gnu/packages/tex.scm (texlive-lua-ul): New variable.
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
1 changed files with 22 additions and 0 deletions

View File

@ -16207,6 +16207,28 @@ sort text in a language dependent way, like indexing processors, bibliographic
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")