diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2013-05-21 09:10:09 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2013-05-21 09:10:09 +0000 |
commit | db5a83a17ef41f3622141f34e891e27d1859360f (patch) | |
tree | c3a3b44f6b486476b9e8bbada9d72590be8c1f90 | |
parent | f315b025e425402f4b592ee56bf8b78efc3a74f1 (diff) |
enable Thai hyphenation patterns
git-svn-id: svn://tug.org/texlive/trunk@30605 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/hyphen-thai.tlpsrc | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc b/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc index 3f313c37955..b26e79ccf87 100644 --- a/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-langcjk.tlpsrc @@ -26,6 +26,7 @@ depend dnp depend fonts-tlwg depend garuda-c90 depend hyphen-chinese +depend hyphen-thai depend ipaex depend japanese depend japanese-otf diff --git a/Master/tlpkg/tlpsrc/hyphen-thai.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-thai.tlpsrc new file mode 100644 index 00000000000..0cb7844c13a --- /dev/null +++ b/Master/tlpkg/tlpsrc/hyphen-thai.tlpsrc @@ -0,0 +1,13 @@ +category TLCore +depend hyphen-base +depend hyph-utf8 +shortdesc Thai hyphenation patterns. +longdesc Hyphenation patterns for Thai in LTH and UTF-8 encodings. +execute AddHyphen \ + name=thai \ + lefthyphenmin=2 \ + righthyphenmin=3 \ + file=loadhyph-th.tex \ + file_patterns=hyph-th.pat.txt \ + file_exceptions= + |