guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: Add texlive-lshort-korean.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-lshort-korean.
    
    * gnu/packages/tex.scm (texlive-lshort-korean): New variable.
---
 gnu/packages/tex.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5c25504913..a57736d9ab 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7950,6 +7950,24 @@ to LaTeX2e.}")
 Introduction to LaTeX2e}.")
     (license license:gpl3+)))
 
+(define-public texlive-lshort-korean
+  (package
+    (name "texlive-lshort-korean")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-korean/")
+             (base32
+              "07660lrss97hswmis7rgc419h05mgrvsfrrwmnrwk5yn97flhhqd")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-korean";)
+    (synopsis "Korean introduction to LaTeX")
+    (description
+     "This package provides a translation of Oetiker's original @emph{(Not so)
+short introduction to LaTeX2e}.")
+    (license license:fdl1.3+)))
+
 (define-public texlive-lshort-mongol
   (package
     (name "texlive-lshort-mongol")



reply via email to

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