guix-commits
[Top][All Lists]
Advanced

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

13/51: gnu: Add texlive-babel-thai.


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

ngz pushed a commit to branch master
in repository guix.

commit 4faeaef4fde304d6cfb52f03790245c4c3a65a28
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 10:42:20 2023 +0200

    gnu: Add texlive-babel-thai.
    
    * gnu/packages/tex.scm (texlive-babel-thai): 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 8249095d2b..ad462f2996 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -24653,6 +24653,26 @@ provided for those who wish to typeset Spanish as 
written in Mexico.")
      "The package provides the language definition file for Swedish.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-thai
+  (package
+    (name "texlive-babel-thai")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-thai/"
+                   "source/generic/babel-thai/"
+                   "tex/generic/babel-thai/")
+             (base32
+              "1wgprys500a1fn56bnsmq8fhmb9y8cfwsqn5hginfb36d3gym4p6")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-thai";)
+    (synopsis "Support for Thai within babel")
+    (description
+     "The package provides support for typesetting Thai text within the Babel
+system.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-babel-turkish
   (package
     (name "texlive-babel-turkish")



reply via email to

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