mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 08:36:32 +01:00
gnu: Add texlive-xetexko.
* gnu/packages/tex.scm (texlive-xetexko): New variable.
This commit is contained in:
parent
7af6070ecd
commit
3e09a00e30
1 changed files with 19 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue