mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-lua-ul.
* gnu/packages/tex.scm (texlive-lua-ul): New variable.
This commit is contained in:
parent
6bc9993d03
commit
8cb294628a
1 changed files with 22 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue