me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-kotex-utf.

* gnu/packages/tex.scm (texlive-kotex-utf): New variable.
Nicolas Goaziou 2023-08-16 18:57:00 +02:00
parent 9bb9492764
commit 335f7d0697
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -7113,6 +7113,26 @@ of the Korean language, using Plain TeX. Korean text should be encoded in
UTF-8.") UTF-8.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-kotex-utf
(package
(name "texlive-kotex-utf")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/kotex-utf/"
"tex/latex/kotex-utf/")
(base32
"1l3hlav7fihws2ly49fn994sc7mjcdwk3zp4xhkgvm0mqjbxzxzz")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-cjk-ko))
(home-page "https://ctan.org/pkg/kotex-utf")
(synopsis "Typeset Hangul, coded in UTF-8")
(description
"The package typesets Hangul, which is the native alphabet of the Korean
language; input Korean text should be encoded in UTF-8.")
(license license:lppl1.3c)))
(define-public texlive-knuth-errata (define-public texlive-knuth-errata
(package (package
(name "texlive-knuth-errata") (name "texlive-knuth-errata")