guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/12: gnu: Add texlive-cjk-ko.


From: guix-commits
Subject: 03/12: gnu: Add texlive-cjk-ko.
Date: Wed, 16 Aug 2023 13:16:28 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9bb94927641ba0a6ab496973150ceb50d8402405
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 18:56:37 2023 +0200

    gnu: Add texlive-cjk-ko.
    
    * gnu/packages/tex.scm (texlive-cjk-ko): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8ef9afe339..40c569f1d5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]