guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: Add texlive-kotex-oblivoir.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-kotex-oblivoir.
    
    * gnu/packages/tex.scm (texlive-kotex-oblivoir): 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 a98d6717e0..5c25504913 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7093,6 +7093,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-oblivoir
+  (package
+    (name "texlive-kotex-oblivoir")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/kotex-oblivoir/"
+                   "tex/latex/kotex-oblivoir/")
+             (base32
+              "0hq22jdzcg516zx26mkijpnk5i8gdj30lhjldly8plwmfznhzwwa")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs (list texlive-kotex-utf texlive-memoir))
+    (home-page "https://ctan.org/pkg/kotex-oblivoir";)
+    (synopsis "LaTeX document class for typesetting Korean documents")
+    (description
+     "The class is based on @code{memoir}, and is adapted to typesetting
+Korean documents.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-kotex-plain
   (package
     (name "texlive-kotex-plain")



reply via email to

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