guix-commits
[Top][All Lists]
Advanced

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

68/109: gnu: Add texlive-hyphen-thai.


From: guix-commits
Subject: 68/109: gnu: Add texlive-hyphen-thai.
Date: Tue, 16 Jul 2019 08:22:49 -0400 (EDT)

rekado pushed a commit to branch wip-texlive
in repository guix.

commit 301e4a33065720f3b9f66834daddd876fe983aa9
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:59:32 2019 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 10c1320..7ba33bb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2180,6 +2180,18 @@ T1/EC and UTF-8 encodings.")
 T1/EC and UTF-8 encodings.")
     (license license:lppl)))
 
+(define-public texlive-hyphen-thai
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-thai" "th"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-th.tex")
+              (base32
+               "15k1n4xdw8zzd5nrh76s53z4j95gxa4i2h1av5gx5vrjgblzzl97")))
+    (synopsis "Thai hyphenation patterns")
+    (description "This package provides hyphenation patterns for Thai in LTH
+and UTF-8 encodings.")
+    (license license:lppl)))
+
 (define-public texlive-hyph-utf8
   (package
     (inherit (simple-texlive-package



reply via email to

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