me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-luatexko.

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

View File

@ -16845,6 +16845,28 @@ written in Lua, and the @file{.tex} file is to be compiled with the LuaLaTeX
engine.") engine.")
(license license:lppl1.3c))) (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 (define-public texlive-babel-czech
(package (package
(name "texlive-babel-czech") (name "texlive-babel-czech")