guix-commits
[Top][All Lists]
Advanced

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

62/109: gnu: Add texlive-hyphen-sanskrit.


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

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

commit 4ef335a98b9a431c2235b3a7274b2947e5713f5d
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:58:47 2019 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 04b022e..58be3c2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2100,6 +2100,20 @@ Lia Rumantscha (Romansh language society).")
 T2A and UTF-8 encodings.")
     (license license:lppl)))
 
+(define-public texlive-hyphen-sanskrit
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-sanskrit" "sa"
+              (list "/doc/generic/hyph-utf8/sa/hyphenmin.txt"
+                    "/tex/generic/hyph-utf8/patterns/tex/hyph-sa.tex")
+              (base32
+               "0grnn09l4i5yridx10yhm6dg9sbhgc2pmsp1p6hrcy7lzkqwdvs3")))
+    (synopsis "Sanskrit hyphenation patterns")
+    (description "This package provides hyphenation patterns for Sanskrit and
+Prakrit in longdesc transliteration, and in Devanagari, Bengali, Kannada,
+Malayalam longdesc and Telugu scripts for Unicode engines.")
+    (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]