diff options
Diffstat (limited to 'Master/texmf-dist/source/latex')
24 files changed, 350 insertions, 51 deletions
diff --git a/Master/texmf-dist/source/latex/thailatex/ChangeLog b/Master/texmf-dist/source/latex/thailatex/ChangeLog index 59e287bf014..88f11046406 100644 --- a/Master/texmf-dist/source/latex/thailatex/ChangeLog +++ b/Master/texmf-dist/source/latex/thailatex/ChangeLog @@ -1,3 +1,70 @@ +2013-02-08 Theppitak Karoonboonyanan <thep@linux.thai.net> + + * configure.ac, NEWS: + === Version 0.5.1 === + +2013-01-29 Theppitak Karoonboonyanan <thep@linux.thai.net> + + Add space stretching support. + + * babel/thai.dtx: + - Add space stretching support. + - Bump version to 1.5. + - Update copyright years. + +2013-01-28 Theppitak Karoonboonyanan <thep@linux.thai.net> + + Modernize autoconf & switch to XZ tarball compression. + + * configure.in -> configure.ac: + - Rename file for modern autoconf. + - Require autoconf2.50. + - Replace deprecated AC_INIT() form with PACKAGE, VERSION form. + - Use AC_CONFIG_SRCDIR() instead for the old AC_INIT() form. + - Replace deprecated AC_INIT_AUTOMAKE() form with OPTIONS form, + passing "dist-xz no-dist-gzip" options to switch to XZ tarball. + +2013-01-28 Theppitak Karoonboonyanan <thep@linux.thai.net> + + Fix dictionary + Add exceptions. + + * hyphen/tdict-std-compound.txt: + - เก-เร + + * hyphen/thai-exc.pat: + + Add forcing exceptions for: + - ชา-ตา + - ดาว-ตก, ปลง-ตก + - เส-ตุ, มัส-ตุ + - วิ~โอ-ลา, โซ-ลา + - ลิ-บง + - เฮ-โล + + Add blocking exceptions for: + - เก-ตุ + +2013-01-28 Theppitak Karoonboonyanan <thep@linux.thai.net> + + Update dict from latest libthai SVN. + + * hyphen/tdict-city.txt: + * hyphen/tdict-common.txt: + * hyphen/tdict-district.txt: + * hyphen/tdict-geo.txt: + * hyphen/tdict-ict.txt: + * hyphen/tdict-lang-ethnic.txt: + * hyphen/tdict-proper.txt: + * hyphen/tdict-science.txt: + * hyphen/tdict-spell.txt: + * hyphen/tdict-std-compound.txt: + - Update dict from libthai SVN. + + * hyphen/thai-exc.pat: + - Drop now-duplicated exception for 'สวัส-ติ'. + +2013-01-28 Theppitak Karoonboonyanan <thep@linux.thai.net> + + * configure.in: Post-release version suffix added. + 2012-06-15 Theppitak Karoonboonyanan <thep@linux.thai.net> * configure.in, NEWS: diff --git a/Master/texmf-dist/source/latex/thailatex/Makefile.in b/Master/texmf-dist/source/latex/thailatex/Makefile.in index 50c19bc8aa2..9791ee7b72a 100644 --- a/Master/texmf-dist/source/latex/thailatex/Makefile.in +++ b/Master/texmf-dist/source/latex/thailatex/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.5 from Makefile.am. +# Makefile.in generated by automake 1.11.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -54,7 +54,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ ChangeLog INSTALL NEWS TODO install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -147,8 +147,8 @@ am__relativize = \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" -DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best +DIST_ARCHIVES = $(distdir).tar.xz distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' @@ -522,7 +522,6 @@ dist-lzip: distdir dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) - dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__remove_distdir) @@ -541,7 +540,7 @@ dist-zip: distdir $(am__remove_distdir) dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then @@ -566,7 +565,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod a+w $(distdir) + chmod -R a-w $(distdir); chmod u+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) diff --git a/Master/texmf-dist/source/latex/thailatex/NEWS b/Master/texmf-dist/source/latex/thailatex/NEWS index bb7bbb59680..71b81e0c3e9 100644 --- a/Master/texmf-dist/source/latex/thailatex/NEWS +++ b/Master/texmf-dist/source/latex/thailatex/NEWS @@ -1,3 +1,9 @@ +0.5.1 (2013-02-08) +===== +- Updated hyphenation patterns. +- Cope with ragged right margin problem with space stretching. +* Switched to XZ tarball compression. + 0.5.0 (2012-06-15) ===== - Hyphenation support. diff --git a/Master/texmf-dist/source/latex/thailatex/aclocal.m4 b/Master/texmf-dist/source/latex/thailatex/aclocal.m4 index 9d97f385f14..0203b99a1ff 100644 --- a/Master/texmf-dist/source/latex/thailatex/aclocal.m4 +++ b/Master/texmf-dist/source/latex/thailatex/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.11.5 -*- Autoconf -*- +# generated automatically by aclocal 1.11.6 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, @@ -38,7 +38,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.5], [], +m4_if([$1], [1.11.6], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -54,7 +54,7 @@ m4_define([_AM_AUTOCONF_VERSION], []) # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.5])dnl +[AM_AUTOMAKE_VERSION([1.11.6])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) diff --git a/Master/texmf-dist/source/latex/thailatex/babel/Makefile.in b/Master/texmf-dist/source/latex/thailatex/babel/Makefile.in index f962df72352..d3ad65a1d6d 100644 --- a/Master/texmf-dist/source/latex/thailatex/babel/Makefile.in +++ b/Master/texmf-dist/source/latex/thailatex/babel/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.5 from Makefile.am. +# Makefile.in generated by automake 1.11.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -52,7 +52,7 @@ POST_UNINSTALL = : subdir = babel DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d diff --git a/Master/texmf-dist/source/latex/thailatex/babel/thai.dtx b/Master/texmf-dist/source/latex/thailatex/babel/thai.dtx index 68f326e6852..5f8bedfa05d 100644 --- a/Master/texmf-dist/source/latex/thailatex/babel/thai.dtx +++ b/Master/texmf-dist/source/latex/thailatex/babel/thai.dtx @@ -29,11 +29,11 @@ %<code>\ProvidesLanguage{thai} %\fi %\ProvidesFile{thai.dtx} - [2011/12/19 v1.4c Thai support from the babel system] + [2013/01/29 v1.5 Thai support from the babel system] %\iffalse %% File `thai.dtx' %% Thai Language Definition File -%% Copyright (C) 1999 - 2011 +%% Copyright (C) 1999 - 2013 %% by Surapant Meknavin, %% Theppitak Karoonboonyanan (thep at linux.thai.net), %% Chanop Silpa-Anan (chanop at debian.org), @@ -140,6 +140,8 @@ % Revise documentation} % \changes{thai-1.4d}{2012/02/10}{Theppitak Karoonboonyanan: % Revise documentation. Add documentation for Thai line stretching.} +% \changes{thai-1.5}{2013/01/29}{Theppitak Karoonboonyanan: +% Add space stretching support.} % % \section{The Thai language} % @@ -472,6 +474,30 @@ \def\wbr{\hskip0pt\relax} % \end{macrocode} % +% \subsection{Space stretching} +% +% Since ordinary Thai text contains fewer spaces than English, +% the \TeX{} justification is stressed with fewer places to stretch +% to make the line reach the right margin. This usually ends up with +% overfull lines when \TeX{} decides to include the next word to fill +% the space, instead of trying to manipulate spacing with appropriate +% amount of text. Possible solutions to this problem include: +% \begin{itemize} +% \item \emph{Use letter spacing.} This is a common practice in Thai +% publishing. However, \TeX{} does not allow this, probably not to +% shag sheep.\footnote{\emph{``Men who would letterspace blackletter +% would shag sheep'' --- Frederick Goudy.}} +% \item \emph{Allow stretching between words.} This used to be a simple +% hack in an old version of this module, until it was finally +% dropped in version 1.4b, as it was considered suboptimal. +% \item \emph{Allow more space stretching.} This can be more acceptable, +% compared to the ragged right margin. And it is what we do here. +% \end{itemize} +% +% \begin{macrocode} +\setlength{\emergencystretch}{0.6em} +% \end{macrocode} +% % \subsection{Line spacing} % % Due to multi-level combining character stacking, Thai text lines diff --git a/Master/texmf-dist/source/latex/thailatex/configure b/Master/texmf-dist/source/latex/thailatex/configure index 4fc71db5b8e..d3314f03fbb 100644 --- a/Master/texmf-dist/source/latex/thailatex/configure +++ b/Master/texmf-dist/source/latex/thailatex/configure @@ -1,6 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69. +# Generated by GNU Autoconf 2.69 for thailatex 0.5.1. +# +# Report bugs to <thep@linux.thai.net>. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -264,10 +266,11 @@ fi $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else - $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, -$0: including any error possibly output before this -$0: message. Then install a modern shell, or manually run -$0: the script under such a shell if you do have one." + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: thep@linux.thai.net about your system, including any +$0: error possibly output before this message. Then install +$0: a modern shell, or manually run the script under such a +$0: shell if you do have one." fi exit 1 fi @@ -575,12 +578,12 @@ MFLAGS= MAKEFLAGS= # Identity of this package. -PACKAGE_NAME= -PACKAGE_TARNAME= -PACKAGE_VERSION= -PACKAGE_STRING= -PACKAGE_BUGREPORT= -PACKAGE_URL= +PACKAGE_NAME='thailatex' +PACKAGE_TARNAME='thailatex' +PACKAGE_VERSION='0.5.1' +PACKAGE_STRING='thailatex 0.5.1' +PACKAGE_BUGREPORT='thep@linux.thai.net' +PACKAGE_URL='' ac_unique_file="babel/thai.dtx" ac_subst_vars='LTLIBOBJS @@ -709,7 +712,7 @@ sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' -docdir='${datarootdir}/doc/${PACKAGE}' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' @@ -1209,7 +1212,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures this package to adapt to many kinds of systems. +\`configure' configures thailatex 0.5.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1257,7 +1260,7 @@ Fine tuning of the installation directories: --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] + --docdir=DIR documentation root [DATAROOTDIR/doc/thailatex] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1274,7 +1277,9 @@ _ACEOF fi if test -n "$ac_init_help"; then - + case $ac_init_help in + short | recursive ) echo "Configuration of thailatex 0.5.1:";; + esac cat <<\_ACEOF Optional Features: @@ -1289,7 +1294,7 @@ Optional Packages: --with-texmfdir=DIR texmf directory in DIR [PREFIX/share/texmf] --with-emacsdir=DIR emacs directory in DIR [PREFIX/share/emacs] -Report bugs to the package provider. +Report bugs to <thep@linux.thai.net>. _ACEOF ac_status=$? fi @@ -1352,7 +1357,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -configure +thailatex configure 0.5.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1369,7 +1374,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by $as_me, which was +It was created by thailatex $as_me 0.5.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -1717,6 +1722,8 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + am__api_version='1.11' ac_aux_dir= @@ -2183,9 +2190,18 @@ fi # Define the identity of the package. - PACKAGE=thailatex - VERSION=0.5.0 + PACKAGE='thailatex' + VERSION='0.5.1' + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF # Some tools Automake needs. @@ -3208,7 +3224,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by $as_me, which was +This file was extended by thailatex $as_me 0.5.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3255,13 +3271,13 @@ Usage: $0 [OPTION]... [TAG]... Configuration files: $config_files -Report bugs to the package provider." +Report bugs to <thep@linux.thai.net>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -config.status +thailatex config.status 0.5.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Master/texmf-dist/source/latex/thailatex/configure.in b/Master/texmf-dist/source/latex/thailatex/configure.ac index 6e29039ec17..848f5595646 100644 --- a/Master/texmf-dist/source/latex/thailatex/configure.in +++ b/Master/texmf-dist/source/latex/thailatex/configure.ac @@ -1,5 +1,9 @@ -AC_INIT(babel/thai.dtx) -AM_INIT_AUTOMAKE(thailatex, 0.5.0, thep@linux.thai.net) +AC_PREREQ(2.50) + +AC_INIT(thailatex, 0.5.1, thep@linux.thai.net) +AC_CONFIG_SRCDIR([babel/thai.dtx]) + +AM_INIT_AUTOMAKE(dist-xz no-dist-gzip) AC_PROG_INSTALL AC_PROG_LN_S diff --git a/Master/texmf-dist/source/latex/thailatex/doc/Makefile.in b/Master/texmf-dist/source/latex/thailatex/doc/Makefile.in index e261efde776..4b2ae05b521 100644 --- a/Master/texmf-dist/source/latex/thailatex/doc/Makefile.in +++ b/Master/texmf-dist/source/latex/thailatex/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.5 from Makefile.am. +# Makefile.in generated by automake 1.11.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -52,7 +52,7 @@ POST_UNINSTALL = : subdir = doc DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d diff --git a/Master/texmf-dist/source/latex/thailatex/emacs/Makefile.in b/Master/texmf-dist/source/latex/thailatex/emacs/Makefile.in index 445900cb897..98556538438 100644 --- a/Master/texmf-dist/source/latex/thailatex/emacs/Makefile.in +++ b/Master/texmf-dist/source/latex/thailatex/emacs/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.5 from Makefile.am. +# Makefile.in generated by automake 1.11.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -52,7 +52,7 @@ POST_UNINSTALL = : subdir = emacs DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d diff --git a/Master/texmf-dist/source/latex/thailatex/hyphen/Makefile.in b/Master/texmf-dist/source/latex/thailatex/hyphen/Makefile.in index b7ba7de4df9..1d4c4315ff4 100644 --- a/Master/texmf-dist/source/latex/thailatex/hyphen/Makefile.in +++ b/Master/texmf-dist/source/latex/thailatex/hyphen/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.5 from Makefile.am. +# Makefile.in generated by automake 1.11.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -52,7 +52,7 @@ POST_UNINSTALL = : subdir = hyphen DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d diff --git a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-city.txt b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-city.txt index 0e0f3d4380a..9f10d1c4057 100644 --- a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-city.txt +++ b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-city.txt @@ -1,5 +1,6 @@ กรี-นิช กลัน-ตัน +กัง-นัม กัล-กัต-ตา กัว-ลา-ลัม-เปอร์ กัศ-มีร์ @@ -8,7 +9,9 @@ โกล-กา-ตา ควิ-เบก คอน-เนต-ทิ-คัต +คัง-นัม คา-บูล +คาส-เซิล คุช-ราต คุน-หมิง เคน-ตัก-กี @@ -26,6 +29,7 @@ ไค-โร จา-การ์-ตา จำ-ปา-ศักดิ์ +จิต-ตะ-กอง เจน-ไน เจ-นี-วา เจ้อ-เจียง @@ -43,6 +47,7 @@ ซา-รา-เย-โว ซา-รา-วัก ซิด-นีย์ +ซิน-เจียง ซี-อาน ซี-แอต-เทิล ซู-ริก @@ -94,6 +99,7 @@ เน-บราส-กา เน-แบรส-กา เน-ปิ-ดอว์ +เน-ปี-ดอ เน-วา-ดา บรัส-เซลส์ บรา-ซิ-เลีย diff --git a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-common.txt b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-common.txt index 05e80a401db..c46c6d59892 100644 --- a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-common.txt +++ b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-common.txt @@ -1,4 +1,5 @@ กรร-มา-ชน +กร๊วก กรอบ-รูป กระ-ดี๊-กระ-ด๊า กระ-ท่าง @@ -32,6 +33,7 @@ กุน-ซือ กุม-ภา-พันธ์ กู๋ +กู-รู เก-จิ เกมส์ เกย์ @@ -43,6 +45,8 @@ เกิร์ล แกงค์ แกรนด์ +แกล-เลอ-รี +แกล-เลอ-รี่ แกส-โซ-ฮอล์ แก๊ส-โซ-ฮอล์ โก-เต็กซ์ @@ -51,6 +55,7 @@ โก๊ะ ไกด์ ขั้น-ตอน +ข่าน เขวี้ยง คณา-ญาติ ครัว-ซอง @@ -67,6 +72,7 @@ ควิก ควีน คอง-เกรส +คอน-แชร์-โต คอน-ซู-เมอร์ คอน-เซปต์ คอน-เซ็ปต์ @@ -144,6 +150,7 @@ แคส-ติ้ง โค้ก โค้ช +โค้ท โค-โย-ตี โค-โย-ตี้ โคร-นา @@ -226,6 +233,7 @@ แชม-เปญ แชม-เปี้ยน แชม-พู +โช-กุน โชว์-รูม โช-ห่วย ใช้-งาน @@ -296,6 +304,7 @@ เซ-รา-มิก เซลส์ เซลส์-แมน +เซ-เลบ เซอร์ เซอร์-ไพรส์ เซอร์-วิส @@ -311,6 +320,7 @@ โซ-เชียล โซน โซ-นี่ +โซ้ย โซ-ลาร์ โซ-โล โซ-โล่ @@ -453,11 +463,14 @@ แทค-ติค แทง-กั๊ก แทง-โก้ +แทรม-โป-ลีน +แทรม-โพ-ลีน โท-มา-ฮอก โท-มา-ฮอว์ก โท-มา-ฮอว์ค โทร โทร-โข่ง +ไท-แทน ไทม์ ไทย-แลนด์ ไท-เฮา @@ -524,6 +537,7 @@ บาร์-บี้ บา-ลานซ์ บิ๊ก +บิ-กิ-นี่ บิล บีช บึม @@ -549,6 +563,7 @@ เบอร์-รี เบิร์ด เบิร์น +เบื๊อก แบ็ก-โฮ แบค-โฮ แบด @@ -560,6 +575,7 @@ ไบ-โอ โบ-กี้ โบ-ตั๋น +โบ-โน-โบ โบ้ย โบรก-เกอร์ โบร-ชัวร์ @@ -570,7 +586,10 @@ ประ-กา-ศก ป๊อก ปอด-แหก +ป็อป ป๊อป +ป็อป-ปู-ลาร์ +ป๊อป-ปู-ลาร์ ป๋อ-หลอ ปักข-คณ-นา ปัจ-เจก-ชน @@ -690,6 +709,7 @@ ฟลุต ฟลุท ฟอยล์ +ฟอร์ซ ฟอร์ม ฟอล-คอน ฟันด์ @@ -723,6 +743,7 @@ แฟล็ต โฟน โฟม +โฟร์-แมน โฟร์-แฮนด์ โฟล์ค ไฟต์ @@ -756,6 +777,8 @@ มั้ง มัฟ-ฟิน มั้ย +มัล-เบอร์-รี +มัล-เบอร์-รี่ ม้า-นั่ง มา-เฟีย มา-ม่า @@ -782,10 +805,12 @@ มิส-เตอร์ มือ-ถือ มุม-มอง +มูฟ-วี่ เมค-อัพ เม-จิก เม-จิค เม-ทัล +เม-โทร เม-เปิล เมาท์ เมี่ยง-คำ @@ -795,6 +820,7 @@ แม่-ค้า แมช-ชีน แม-ชีน +แมตช์ แมน-ชั่น แมม-บ้า แมม-โบ้ @@ -818,7 +844,9 @@ ยู-คา-ลิป-ตัส ยู-ดาห์ ยู-โท-เปีย +ยู-นิ-คอร์น ยู-นิ-ฟอร์ม +ยู-ไน-เต็ด ยู-โร ยู-วี เยน @@ -838,6 +866,7 @@ รอม-ฎอน รอ-ยัล-ตี้ ระ-โงก +รัช-สมัย รัน-เวย์ รัม ราก-หญ้า @@ -859,6 +888,7 @@ รี-เทิร์น รี-ไทร์ รี-แบรนด์ +รี-พอร์ต รี-พอร์ท รี-โมต รี-โมท @@ -875,6 +905,7 @@ เร-ดิ-โอ เรต เรต-ติ้ง +เรน-เดียร์ แรง-ใจ แรง-ดูด แรง-ผลัก @@ -965,6 +996,7 @@ วิว วิลล์ วิล-เลจ +วิ-โอ-ลา วี-เจ วี-ซ่า วี-ดิ-ทัศน์ @@ -1035,6 +1067,7 @@ สไตรค์ สไตล์ สถา-ปัตย์ +สแนร์ สไน-เปอร์ สปอต สป็อต @@ -1056,6 +1089,7 @@ สโล-แกน สโลว์ สไลด์ +สวิง-กิ้ง สวีท สห-รัฐ สหัช-ญาณ @@ -1092,6 +1126,8 @@ หมาย-ปอง หมิง หยวน +หยาง +หยิน หลวง-ตา หลวง-ปู่ หลวง-พี่ @@ -1122,6 +1158,7 @@ อ่วม อวอร์ด ออก-แบบ +ออ-เคส-ตรา ออ-ดิ-ชั่น ออ-ดิ-ทอ-เรียม ออ-เดอร์ @@ -1133,6 +1170,7 @@ ออร์-แกน ออร์-แก-นิก ออร์-แก-นิค +ออร์-เคส-ตรา ออร์-เดอร์ ออ-รัล ออส-ซี่ @@ -1160,7 +1198,9 @@ อิน-ดอร์ อิน-ดัส-ตรีส์ อิน-เตอร์ +อิน-โฟ-กรา-ฟิก อิ่ม-แปร้ +อิม-พอร์ต อิม-พี-เรียล อิ-เล็ก-ทริก อิ-เล็ก-ทริค @@ -1191,6 +1231,8 @@ อู้-ฟู่ เอ๋ เอ็กซ์-โป +เอกซ์-พอร์ต +เอ็กซ์-พอร์ต เอ็กซ์-เพรส เอ็ก-โซ-เซต์ เอ็ก-โซ-เซ่ต์ @@ -1213,6 +1255,7 @@ แอ็ค-ชั่น แอค-ทีฟ แอด-มิช-ชั่น +แอด-มิน แอด-มิส-ชัน แอนด์ แอ๊บ-แบ๊ว diff --git a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-district.txt b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-district.txt index d0a430fba13..2462ec50e37 100644 --- a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-district.txt +++ b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-district.txt @@ -99,8 +99,10 @@ ภูมิ-ซรอล รัตนา-ธิ-เบศร์ รัง-สิต +ละ-มุง ลัน-ตา ลาด-พร้าว +ลิ-บง วโร-รส วิ-ภา-วดี สตึก @@ -112,7 +114,9 @@ สุ-ไหง เสล-ภูมิ หล่ม-สัก +เหม่ง-จ๋าย อัง-รี-ดู-นังต์ อ่าง-ขาง อินท-นนท์ +อิน-ทา-มระ เอ็ม-โพ-เรียม diff --git a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-geo.txt b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-geo.txt index 2f17e348e53..8ae85467127 100644 --- a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-geo.txt +++ b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-geo.txt @@ -12,6 +12,7 @@ เบง-กอล ปิง แป-ซิ-ฟิก +ฟอล์ค-แลนด์ มะ-ละ-กา มิน-ดา-เนา มิส-ซิส-ซิป-ปี diff --git a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-ict.txt b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-ict.txt index 1e5c9d8b828..ff11a930eb7 100644 --- a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-ict.txt +++ b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-ict.txt @@ -6,6 +6,7 @@ กู-เกิล กู-เกิ้ล เกต-เวย์ +แกด-เจ็ต โกล-บอล คลัส-เตอร์ คลาวด์ @@ -83,6 +84,7 @@ ดาวน์-โหลด ดิ-จิ-ตอล ดิ-จิ-ทัล +ดิสก์ ดี-บั๊ก ดี-วี-ดี ดี-ไวซ์ @@ -111,11 +113,17 @@ แบนด์-วิดท์ ไบต์ ไบ-นา-รี +ปรินต์ +ปรินท์ +ปริน-เตอร์ โปร-แกรม-เมอร์ โปร-เซส โปร-เซส-เซอร์ โปร-โต-คอล พร็อก-ซี +พรินต์ +พรินท์ +พริน-เตอร์ พอร์ต พอร์ท พา-เนล @@ -134,6 +142,7 @@ ไพ-ธอน ฟล็อปส์ ฟอนต์ +ฟอนท์ ฟอร์-แมต ฟอร์-เวิร์ด ฟอ-รัม @@ -170,6 +179,7 @@ ริง-โทน รี-เฟรช รี-เลย์ +เรน-เดอร์ เรา-เตอร์ เรียล-ไทม์ ลิงก์ @@ -178,10 +188,12 @@ ลูป เล-เยอร์ แล็ป-ท็อป +ไลค์ ไล-เซนส์ ไล-บรา-รี วิ-กิ วิ-กิ-พี-เดีย +วิด-เจ็ต วิน-โดวส์ วิน-โดว์ส เว็บ @@ -203,6 +215,7 @@ สปาย-แวร์ สเปซ สแปม +สมาร์ต สมาร์ท สล็อต เสิร์ช @@ -229,6 +242,7 @@ อิน-เทล อิน-พุต อิน-พุท +อิน-ส-ตา-แกรม อี-เมล อี-เมล์ อู-บุน-ตู @@ -253,6 +267,7 @@ โอ-เพน ไอ-คอน ไอ-ซี +ไอ-เทม ไอ-พอด ไอ-พ็อด ไอ-แพด diff --git a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-lang-ethnic.txt b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-lang-ethnic.txt index ee5f28446cb..d37c1fbb7f4 100644 --- a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-lang-ethnic.txt +++ b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-lang-ethnic.txt @@ -1,6 +1,8 @@ กรีก กัณ-ณาฑ กัศ-มี-รี +กุ-ร-ข่า +กู-ร-ข่า คัน-จิ คา-ตา-คา-นะ คุช-รา-ตี @@ -32,6 +34,7 @@ สวิส สิน-ธี อูร-ดู +อัฟ-กัน อัส-สมี อา-ร-บิก อิ-ตา-เลียน diff --git a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-proper.txt b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-proper.txt index d2843506c70..c902b39ad52 100644 --- a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-proper.txt +++ b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-proper.txt @@ -8,10 +8,12 @@ กา-ลิ-เล-โอ กิน-เนส กิน-เนสส์ +กุบ-ไล กุม-ภ-กรรณ กู-เตน-เบิร์ก เกตส์ เกษ-มณี +แกรม-มี่ โกณ-ฑัญ-ญะ โก-เศศ ขง-เบ้ง @@ -43,6 +45,7 @@ จ็อบส์ จอร์จ จอห์น +จัน-ทรา จิ้น จิ๋น-ซี จิม @@ -50,6 +53,7 @@ จิว จุ-ฬา-ภรณ์ จุ-ฬา-ลง-กรณ์ +เจง-กีส เจมส์ แจ็ก-สัน โจ-เซฟ @@ -82,12 +86,16 @@ ซู-ซู-กิ ซู-บา-รุ เซ็น-ทา-รา +เซ-โร-งัง เซ-เวน เซ-เว่น โซ-ฟิ-เทล โซ-ยุซ โซ-ยูซ ณัฐ-วุฒิ +ดัก-ลาส +ดัช-ชี่ +ดัช-มิลล์ ดาร์-ลี่ ดาว-โจนส์ ดิส-นีย์ @@ -101,13 +109,16 @@ โด-นัลด์ โด-รา-เอ-มอน โด-เร-มอน +ได-อา-นา ต๋อง +ตะ-เบ็ง-ชะ-เว-ตี้ ตั๊ก-ม้อ ตาก-สิน ตา-เมือน ตา-ลี-บัน ตูน เต-มีย์ +เต-มู-จิน โต๋ โต-ชิ-บา โต-โย-ต้า @@ -171,6 +182,11 @@ บัล-เมอร์ บา-รัก บา-รัค +บี-โท-เฟน +บี-โท-เฟ่น +บี-โธ-เฟน +บี-โธ-เฟ่น +บุ-เรง-นอง บู๊-ตึ๊ง เบญ-กาย เบนซ์ @@ -194,6 +210,7 @@ เปา-โล โป-เก-มอน โป๊ย-ก่าย +พงศ-พัศ พรหม-ทัต พลา-โต พอต-เตอร์ @@ -204,6 +221,7 @@ พิม-พิ-สาร เพน-แทกซ์ เพล-โต +โพ-ไซ-ดอน ไพ-โอ-เนียร์ ฟรอยด์ ฟรัง-ซิส @@ -222,15 +240,22 @@ มติ-ชน มหิต-ลา-ธิ-เบศร มโห-สถ +มะ-กะ-โท +มัง-ตรา +มัง-ราย มัจ-ฉา-นุ มาร์-กา-เร็ต มาร์-ติน มาส-ด้า +มิช-ลิน +มิช-เชล-ลิน +มิ-เชล มิต-ซู-บิ-ชิ มิ-รา-เคิล มุส-โส-ลิ-นี มู-ฮัม-หมัด เม้ง +เม็ง-ราย เม-จิ เมอร์-ซี-เดส เมอร์-เซ-เดส @@ -239,9 +264,13 @@ แมค-อิน-ทอช แม-ชีน-เนอ-รี่ โมค-คัล-ลา-นะ +โม-ซาร์ท โม-โต-โร-ลา โม-โต-โร-ล่า โม-เนีย +โม-ริ-ยะ +โม-สาร์ต +โม-สาร์ท ไม-เคิล ไมย-ราพณ์ ยโส-ธรา @@ -258,6 +287,7 @@ รอย-เตอร์ รอ-ยัล รัช-ดา +รัส-เซลล์ รัส-ปู-ติน รา-ฟา-เอล รา-มา-วตาร @@ -274,6 +304,8 @@ โร-บิน-สัน โร-เบิร์ต ล็อกซ-เล่ย์ +ลอ-เรนซ์ +ลอว์-เรนซ์ ลิง-คอล์น ลิจ-ฉวี ลิ-ไท @@ -312,6 +344,7 @@ สตีฟ สแตน-ฟอร์ด สว-ริน-ทิ-รา +สอ-พิน-ยา สัง-กัจ-จายน์ สา-ทิตย์ สา-รี-บุตร @@ -350,11 +383,13 @@ อริส-โต-เติล อริส-มันต์ อลิ-ซา-เบธ +อเล็ก-ซาน-เดอร์ ออง-ซาน อ๋อม ออย-เลอร์ ออร์-คิด ออส-การ์ +อะ-ธี-นา อะ-พอล-โล อับ-รา-ฮัม อั้ม @@ -373,6 +408,7 @@ อาร์-เซ-นอล อินทร-ชิต อินทร-ปา-ลิต +อิน-ทรา อิน-ทรา-ทิตย์ อี-ซู-ซุ อีฟ diff --git a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-science.txt b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-science.txt index 22c3a09e5c4..c291bea1c81 100644 --- a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-science.txt +++ b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-science.txt @@ -4,18 +4,26 @@ ครอส คริส-ตัล คลอ-โร-พลาสต์ +คลอ-โร-ฟิลล์ คลอ-ไรด์ ควอน-ตัม +ควาร์ก คอน-ดัก-เตอร์ คอป-เปอร์ +คอล-ลอยด์ คอล-ลา-เจน คอ-เลส-เตอ-รอล คอส-มิก +คิว-มู-ลัส +คิว-มู-โล-นิม-บัส คู-ลอมบ์ เคอ-รา-ติน แค-โร-ทีน แคส-สิ-นี +โคร-มา-ติน +โคร-มา-ทิน โคร-มา-โท-กรา-ฟี +โค-ริ-โอ-ลิส ไค-โต-ซาน จี-โนม จุล-ชีว-วิท-ยา @@ -29,11 +37,19 @@ ซิ-ลิ-เกต ซิ-ลิ-โคน ซี-เทน +ซีร์-รัส +ซีร์-โร-คิว-มู-ลัส +ซีร์-โร-สเตร-ตัส ซี-เวิร์ต เซ็ก-เตอร์ เซ็ก-เมนต์ +เซน-ทริ-โอล เซ-มิ +เซล-โล-เฟน +เซอร์-รัส โซ-นาร์ +ไซ-โกต +ไซ-โท-พลาส-ซึม ไซ-บอร์ก ดอป-เปลอร์ ดอป-เพลอร์ @@ -42,34 +58,50 @@ ได-นา-มิค ได-นา-มิคส์ ได-ออก-ไซด์ +ทวิ-นาม ทรานส์ ทา-มิ-ฟลู +ทิน-ดอลล์ เทฟ-ลอน เทส-โทส-เตอ-โรน +เทอร์-มอ-มิ-เตอร์ เทอร์-โม +เทอร์-โม-สเฟียร์ แทน-นิน +โทร-โพส-เฟียร์ ไท-ทัน ไท-ฟอยด์ ไท-รอยด์ ธา-ลัส-ซี-เมีย นา-โน-ทิวบ์ +นิม-โบ-สเตร-ตัส +นิว-คลี-โอ-ลัส +นิว-ตริ-โน +นิว-ทริ-โน เน-กา-ตีฟ โน-วา บอ-แรกซ์ +โบ-ซอน โบ-ทอกซ์ โบ-ท็อกซ์ +ไบ-โน-เมียล ไบ-โอติน ปฏิ-ยา-นุ-พันธ์ โปร-เจส-เตอ-โรน +พหุ-นาม พอ-ลิ-เมอร์ พัน-ธุ-ศาสตร์ พัล-ซาร์ พาร์-กิน-สัน พา-รา-เซ-ตา-มอล พา-รา-โบ-ลา +พา-ลิน-โดรม เพอร์-ออก-ไซด์ โพร-เจส-เทอ-โรน +โพร-โท-พลาส-ซึม +โพ-ลาร์ โพ-ลา-ไรซ์ +โพ-ลิ-โน-เมียล โพ-ลิ-เมอร์ โพ-ลี-เอ-ทิ-ลีน ไพร-เมต @@ -78,48 +110,70 @@ ฟลู-ออ-ไรด์ ฟอส-ซิล ฟิช-ชัน +ฟิ-โบ-นัก-ซี ฟิว-ชัน ฟี-โร-โมน +เฟอร์-มิ-ออน ไฟ-เบอร์ มอ-นอก-ไซด์ มิ-ราจ +มิว-ออน +มี-โซ-สเฟียร์ เม-ตริกซ์ เม-ทริกซ์ +เมม-เบรน เม-ลา-นิน เม-ลา-มีน โม-เมน-ตัม ไม-โต-คอน-เดรีย ไม-โท-คอน-เดรีย +โม-โน-เมียล ยีสต์ ยู-ริก ยู-เรีย รู-มา-ตอยด์ +ไร-โบ-โซม +เลป-ตอน +ไล-โซ-โซม วี-ก้า เวก-เตอร์ เว-ก้า เว-สิ-เคิล +แว-คิว-โอล โวลต์ สเกล สเก-ลาร์ สเต็ม +สตรา-ตัส +สตรา-โต-สเฟียร์ +สเตร-ตัส +สเตร-โต-คิว-มู-ลัส สเตีย-รอยด์ สปี-ชีส์ สเปิร์ม +สเฟียร์ สัม-พัทธ-ภาพ สุริย-จักร-วาล ออก-เทน +ออร์-แก-เนลล์ ออ-โร-รา ออ-โร-ร่า +ออ-วุล +ออส-โม-ซิส อะ-คริ-ลิก อะ-ครี-ลิก อะ-ซี-ติก อะ-ซี-โตน +อะ-นิ-โม-มิ-เตอร์ อะ-มิ-โน อะ-ลู-มิ-นา อัน-โดร-เม-ดา อัล-คา-ไลน์ อัล-ตรา-ซาวด์ อัล-ตรา-ซาวนด์ +อัล-ติ-มิ-เตอร์ +อัล-โต-คิว-มู-ลัส +อัล-โต-สเตร-ตัส อัล-ลอยด์ อิน-ทิ-กรัล อิน-ทิ-เกรต @@ -127,6 +181,7 @@ อี-โบ-ล่า อุณห-พล-ศาสตร์ เอ็กซ์-โพ-เนน-เชียล +เอก-นาม เอ-ทา-นอล เอ-ทิ-ลีน เอน-โทร-ปี @@ -135,14 +190,19 @@ เอส-โทร-เจน แอน-ดรอยด์ แอน-แทร็กซ์ +แอ-นิ-รอยด์ แอม-พลิ-จูด แอม-โม-เนียม แอล-กอ-ฮอ-ลิ-ซึม แอส-พาร์-แตม โอ-เซล-ทา-มิ-เวียร์ +ไอ-โซ-เม-ตริก +ไอ-โอ-โน-สเฟียร์ ฮับ-เบิล +ฮิกส์ ฮิว-มัส โฮ-โล-แกรม +ไฮ-กรอ-มิ-เตอร์ ไฮ-ดรอก-ไซด์ ไฮ-ดรอ-ลิก ไฮ-โดร-ลิก diff --git a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-spell.txt b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-spell.txt index 27633e65210..a731cbb0269 100644 --- a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-spell.txt +++ b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-spell.txt @@ -86,3 +86,4 @@ อุล-ตรา อุล-ตร้า โอ-กาศ +โอ-ลิม-ปิค diff --git a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-std-compound.txt b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-std-compound.txt index 1756c0bd0a5..6b9ace83671 100644 --- a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-std-compound.txt +++ b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-std-compound.txt @@ -4630,7 +4630,6 @@ สวม-เขา สวม-รอย สว-ยม-ภู -สว่าง-ไสว สวา-มิ-ภักดิ์ สวิง-สวาย สสาร-นิ-ยม diff --git a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-std.txt b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-std.txt index 918fb488439..f33e367d826 100644 --- a/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-std.txt +++ b/Master/texmf-dist/source/latex/thailatex/hyphen/tdict-std.txt @@ -1519,7 +1519,7 @@ เกรียม เกรียว เกรี้ยว -เกเร +เก-เร เกล็ด เกลศ เกลอ diff --git a/Master/texmf-dist/source/latex/thailatex/hyphen/thai-exc.pat b/Master/texmf-dist/source/latex/thailatex/hyphen/thai-exc.pat index 1ea6b6ed052..ca1e93071f0 100644 --- a/Master/texmf-dist/source/latex/thailatex/hyphen/thai-exc.pat +++ b/Master/texmf-dist/source/latex/thailatex/hyphen/thai-exc.pat @@ -701,7 +701,7 @@ ิ7สี ก7สี % Force 'โบ-ลา', 'มู-ลา', 'อจ-ลา', 'เว-ลา', 'เน~บิว-ลา', 'เมข-ลา', -% 'เว~เน~ซู~เอ-ลา', แชง~กรี-ลา', 'โม~โต~โร-ลา' +% 'เว~เน~ซู~เอ-ลา', แชง~กรี-ลา', 'โม~โต~โร-ลา', 'วิ~โอ-ลา', 'โซ-ลา' โบ7ลา ู7ลา อจ7ลา @@ -711,6 +711,8 @@ เอ7ลา ี7ลา โร7ลา +โอ7ลา +โซ7ลา % Force 'สัท~ธา~ธิ-กะ', 'อา~คัน~ตุ-กะ' ิ7กะ ุ7กะ @@ -996,8 +998,6 @@ น7ตุ. % Block 'กรร-ตุ' caused by '1ตุ' pattern รร6ตุ -% Force 'สวัส-ติ' -ัส7ติ % Force 'มา-ตฤ' มา7ตฤ % Force 'ปฏิ-รพ', 'ประ~ติ-รพ' @@ -1494,3 +1494,16 @@ ฑ7ฑุ % Force 'เลษ-ฏุ' ษ7ฏุ +% Force 'ชา-ตา' inhibited by 'ชา2ต' pattern +า7ตา +% Force 'ดาว-ตก', 'ปลง-ตก' inhibited by '2ตก' pattern +ว7ตก +ง7ตก +% Block 'เก-ตุ' caused by 'ก1ต' pattern, but allows potential 'เก-ตุม~วดี' +เก6ตุ. +% Force 'เส-ตุ', 'มัส-ตุ' +ส7ตุ +% Force 'ลิ-บง' inhibited by 'ลิ4บ' pattern +ลิ7บง +% Force 'เฮ-โล' +ฮ7โ diff --git a/Master/texmf-dist/source/latex/thailatex/scripts/Makefile.in b/Master/texmf-dist/source/latex/thailatex/scripts/Makefile.in index e6b9574b912..e92bf6070e6 100644 --- a/Master/texmf-dist/source/latex/thailatex/scripts/Makefile.in +++ b/Master/texmf-dist/source/latex/thailatex/scripts/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.5 from Makefile.am. +# Makefile.in generated by automake 1.11.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -53,7 +53,7 @@ subdir = scripts DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/sync-thailatex.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d |