me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-cjk-ko.

* gnu/packages/tex.scm (texlive-cjk-ko): New variable.
Nicolas Goaziou 2023-08-16 18:56:37 +02:00
parent 72c3e4cdb1
commit 9bb9492764
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -4148,6 +4148,27 @@ privileges, a run without arguments should result in a complete setup of
Ghostscript.")
(license license:gpl3)))
(define-public texlive-cjk-ko
(package
(name "texlive-cjk-ko")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cjk-ko/" "tex/latex/cjk-ko/")
(base32
"0z94rrbr56kybvxx37hpncc0rj4v4i44kyb9nc42nb7854y8zl0a")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-cjk))
(home-page "https://ctan.org/pkg/cjk-ko")
(synopsis "Extension of the CJK package for Korean typesetting")
(description
"The package supports typesetting UTF-8-encoded modern Korean documents
with the help of the LaTeX2e CJK package. It provides some enhanced features
focused on Korean typesetting culture, one of them being allowing line-break
between Latin and CJK characters.")
(license (list license:gpl3+ license:lppl license:public-domain))))
(define-public texlive-cjkpunct
(package
(name "texlive-cjkpunct")