guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: Add texlive-kotex-plain.


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

ngz pushed a commit to branch master
in repository guix.

commit 72c3e4cdb1202273f2d88848bb7625a57c5da65c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 18:55:58 2023 +0200

    gnu: Add texlive-kotex-plain.
    
    * gnu/packages/tex.scm (texlive-kotex-plain): 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 32f331638d..8ef9afe339 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7072,6 +7072,26 @@ document author needs.  So it can be a useful guide for 
beginners as well as
 a reference manual for advanced users.")
     (license license:cc-by-sa4.0)))
 
+(define-public texlive-kotex-plain
+  (package
+    (name "texlive-kotex-plain")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/kotex-plain/"
+                   "tex/plain/kotex-plain/")
+             (base32
+              "0r79cvm7iy1266yvrn60vwq9wjkgmzgfihbz9dqc84lif5q8kmnw")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/kotex-plain";)
+    (synopsis "Macros for typesetting Korean under Plain TeX")
+    (description
+     "The package provides macros for typesetting Hangul, the native alphabet
+of the Korean language, using Plain TeX.  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]