gnu: Add texlive-kotex-utils.

* gnu/packages/tex.scm (texlive-kotex-utils): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-16 18:57:26 +02:00
parent 335f7d0697
commit 2a75e7f06e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7133,6 +7133,31 @@ (define-public texlive-kotex-utf
language; input Korean text should be encoded in UTF-8.")
(license license:lppl1.3c)))
(define-public texlive-kotex-utils
(package
(name "texlive-kotex-utils")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/kotex-utils/"
"makeindex/kotex-utils/"
"scripts/kotex-utils/")
(base32
"01qmr50fr3i2gzgjyj69jgj4czf62s22z58kja6hbqygczc1jba3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments
(list #:link-scripts
#~(list "jamo-normalize.pl" "komkindex.pl" "ttf2kotexfont.pl")))
(inputs (list perl))
(propagated-inputs (list texlive-kotex-utf))
(home-page "https://ctan.org/pkg/kotex-utils")
(synopsis "Utility scripts and support files for typesetting Korean")
(description
"The bundle provides scripts and support files for index generation in
Korean language typesetting.")
(license license:lppl)))
(define-public texlive-knuth-errata
(package
(name "texlive-knuth-errata")