gnu: Add texlive-luatexko.

* gnu/packages/tex.scm (texlive-luatexko): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 14:59:27 +02:00
parent ad8e83f82c
commit 8db7053537
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16845,6 +16845,28 @@ (define-public texlive-luaset
engine.")
(license license:lppl1.3c)))
(define-public texlive-luatexko
(package
(name "texlive-luatexko")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/luatex/luatexko/"
"tex/luatex/luatexko/")
(base32
"0pbpi8g2bdakrl3lpb4vmsbvccjzcb4d6y2ivnv0pncn0k5zfmfv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/luatexko")
(synopsis "Typeset Korean with Lua(La)TeX")
(description
"This is a Lua(La)TeX macro package that supports typesetting Korean
documents including Old Hangul texts. As LuaTeX has opened up access to
almost all the hidden routines of TeX engine, users can obtain more beautiful
outcome using this package rather than other Hangul macros operating on other
engines.")
(license license:lppl1.3c)))
(define-public texlive-babel-czech
(package
(name "texlive-babel-czech")