gnu: Add texlive-xetexko.

* gnu/packages/tex.scm (texlive-xetexko): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 15:57:47 +02:00
parent 7af6070ecd
commit 3e09a00e30
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7480,6 +7480,25 @@ (define-public texlive-xetexfontinfo
supported by fonts usable in XeTeX.")
(license license:asl2.0)))
(define-public texlive-xetexko
(package
(name "texlive-xetexko")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xetex/xetexko/" "tex/xetex/xetexko/")
(base32
"1jp5caxnyjf5fnndszaqpzsgcm2rhk5iapnpf1ca6mvxbnpf1x5l")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xetexko")
(synopsis "Typeset Korean with Xe(La)TeX")
(description
"The package supports typesetting Korean documents (including old Hangul
texts), using XeTeX. It enhances the existing support, in XeTeX, providing
features that provide quality typesetting.")
(license license:lppl1.3c)))
(define-public texlive-currfile
(package
(name "texlive-currfile")