guix-commits
[Top][All Lists]
Advanced

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

34/51: gnu: Add texlive-lshort-thai.


From: guix-commits
Subject: 34/51: gnu: Add texlive-lshort-thai.
Date: Tue, 15 Aug 2023 05:36:07 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ba94e9e4aed2d9d029b46cd718a2bc39eabe130f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 11:08:14 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fd2992d4b8..9dbebc1618 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6787,6 +6787,23 @@ Short Introduction to LaTeX2e}.")
 Introduction to LaTeX2e}.")
     (license license:gpl3+)))
 
+(define-public texlive-lshort-thai
+  (package
+    (name "texlive-lshort-thai")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-thai/")
+             (base32
+              "16r9gx902a342q2mj570y269yw97yaj6hrbqrk4h49ihm695z30i")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-thai";)
+    (synopsis "Introduction to LaTeX in Thai")
+    (description
+     "This is the Thai translation of the @emph{Short Introduction to 
LaTeX2e}.")
+    (license license:public-domain)))
+
 (define-public texlive-lshort-turkish
   (package
     (name "texlive-lshort-turkish")



reply via email to

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