guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: Add texlive-kotex-utf.


From: guix-commits
Subject: 04/12: gnu: Add texlive-kotex-utf.
Date: Wed, 16 Aug 2023 13:16:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 335f7d069765e5ec34dfff148abeccac86c54f70
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 18:57:00 2023 +0200

    gnu: Add texlive-kotex-utf.
    
    * gnu/packages/tex.scm (texlive-kotex-utf): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 40c569f1d5..d593c0a635 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7113,6 +7113,26 @@ of the Korean language, using Plain TeX.  Korean text 
should be encoded in
 UTF-8.")
     (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
   (package
     (name "texlive-knuth-errata")



reply via email to

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