From fd62f1ff5ad45396e8da1f36be8ba7c8e19d6e48 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 8 Feb 2013 23:07:20 +0000 Subject: thailatex (8feb13) git-svn-id: svn://tug.org/texlive/trunk@29061 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/thailatex/thai.pdf | Bin 196301 -> 212765 bytes Master/texmf-dist/source/latex/thailatex/ChangeLog | 67 +++++++ .../texmf-dist/source/latex/thailatex/Makefile.in | 11 +- Master/texmf-dist/source/latex/thailatex/NEWS | 6 + .../texmf-dist/source/latex/thailatex/aclocal.m4 | 6 +- .../source/latex/thailatex/babel/Makefile.in | 4 +- .../source/latex/thailatex/babel/thai.dtx | 30 +++- Master/texmf-dist/source/latex/thailatex/configure | 62 ++++--- .../texmf-dist/source/latex/thailatex/configure.ac | 68 ++++++++ .../texmf-dist/source/latex/thailatex/configure.in | 64 ------- .../source/latex/thailatex/doc/Makefile.in | 4 +- .../source/latex/thailatex/emacs/Makefile.in | 4 +- .../source/latex/thailatex/hyphen/Makefile.in | 4 +- .../source/latex/thailatex/hyphen/tdict-city.txt | 6 + .../source/latex/thailatex/hyphen/tdict-common.txt | 43 +++++ .../latex/thailatex/hyphen/tdict-district.txt | 4 + .../source/latex/thailatex/hyphen/tdict-geo.txt | 1 + .../source/latex/thailatex/hyphen/tdict-ict.txt | 15 ++ .../latex/thailatex/hyphen/tdict-lang-ethnic.txt | 3 + .../source/latex/thailatex/hyphen/tdict-proper.txt | 36 ++++ .../latex/thailatex/hyphen/tdict-science.txt | 60 +++++++ .../source/latex/thailatex/hyphen/tdict-spell.txt | 1 + .../latex/thailatex/hyphen/tdict-std-compound.txt | 1 - .../source/latex/thailatex/hyphen/tdict-std.txt | 2 +- .../source/latex/thailatex/hyphen/thai-exc.pat | 19 +- .../source/latex/thailatex/scripts/Makefile.in | 4 +- .../tex/generic/thailatex/hyph-th-utf8.tex | 193 ++++++++++++--------- .../texmf-dist/tex/generic/thailatex/hyph-th.tex | 193 ++++++++++++--------- Master/texmf-dist/tex/generic/thailatex/thai.ldf | 5 +- 29 files changed, 633 insertions(+), 283 deletions(-) create mode 100644 Master/texmf-dist/source/latex/thailatex/configure.ac delete mode 100644 Master/texmf-dist/source/latex/thailatex/configure.in (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/thailatex/thai.pdf b/Master/texmf-dist/doc/latex/thailatex/thai.pdf index 9e64e95620a..69cbfbecaa6 100644 Binary files a/Master/texmf-dist/doc/latex/thailatex/thai.pdf and b/Master/texmf-dist/doc/latex/thailatex/thai.pdf differ 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 + + * configure.ac, NEWS: + === Version 0.5.1 === + +2013-01-29 Theppitak Karoonboonyanan + + Add space stretching support. + + * babel/thai.dtx: + - Add space stretching support. + - Bump version to 1.5. + - Update copyright years. + +2013-01-28 Theppitak Karoonboonyanan + + 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 + + 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 + + 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 + + * configure.in: Post-release version suffix added. + 2012-06-15 Theppitak Karoonboonyanan * 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 @@ %\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 . # # # 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 . _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 ." _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.ac b/Master/texmf-dist/source/latex/thailatex/configure.ac new file mode 100644 index 00000000000..848f5595646 --- /dev/null +++ b/Master/texmf-dist/source/latex/thailatex/configure.ac @@ -0,0 +1,68 @@ +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 +AC_PROG_SED + +AC_ARG_ENABLE(hooks, + [AC_HELP_STRING([--disable-hooks], + [disable installation hook scripts])], + , enable_hooks="yes") +AM_CONDITIONAL(ENABLE_HOOKS,test $enable_hooks = "yes") + +AC_CHECK_PROGS(LATEX,latex,no) +if test "x$LATEX" = "xno" ; then + AC_MSG_ERROR([You need latex (from texlive distribution)]) +fi +AC_CHECK_PROGS(PDFLATEX,pdflatex,no) +if test "x$PDFLATEX" = "xno" ; then + AC_MSG_ERROR([You need pdflatex (from texlive distribution)]) +fi +AC_CHECK_PROGS(PATGEN,patgen,no) +if test "x$PATGEN" = "xno" ; then + AC_MSG_ERROR([You need patgen (from texlive distribution)]) +fi +AC_CHECK_PROGS(SWATH,swath,no) +AC_CHECK_PROGS(CTTEX,cttex,no) + +AC_ARG_WITH(texmfdir, + [AC_HELP_STRING([--with-texmfdir=DIR], + [texmf directory in DIR [PREFIX/share/texmf]])], + [texmfdir="$withval"], [texmfdir=${datarootdir}/texmf]) +AC_MSG_CHECKING(--with-texmfdir) +AC_MSG_RESULT("$texmfdir") +AC_SUBST(texmfdir) + +if test "x$enable_hooks" = "xyes"; then + AC_PATH_PROG(TEXHASH,[mktexlsr texhash],no) + if test "x$TEXHASH" = "xno" ; then + AC_MSG_ERROR([You need mktexlsr or texhash (from texlive distribution)]) + fi + + AC_PATH_PROG(FMTUTIL,[fmtutil-sys fmtutil],no) + if test "x$FMTUTIL" = "xno" ; then + AC_MSG_ERROR([You need fmtutil(-sys) (from texlive distribution)]) + fi +fi + +AC_ARG_WITH(emacsdir, + [AC_HELP_STRING([--with-emacsdir=DIR], + [emacs directory in DIR [PREFIX/share/emacs]])], + [emacsdir="$withval"], [emacsdir=${datarootdir}/emacs]) +AC_MSG_CHECKING(--with-emacsdir) +AC_MSG_RESULT("$emacsdir") +AC_SUBST(emacsdir) + +AC_OUTPUT(Makefile + babel/Makefile + hyphen/Makefile + emacs/Makefile + scripts/Makefile + scripts/sync-thailatex + doc/Makefile) + diff --git a/Master/texmf-dist/source/latex/thailatex/configure.in b/Master/texmf-dist/source/latex/thailatex/configure.in deleted file mode 100644 index 6e29039ec17..00000000000 --- a/Master/texmf-dist/source/latex/thailatex/configure.in +++ /dev/null @@ -1,64 +0,0 @@ -AC_INIT(babel/thai.dtx) -AM_INIT_AUTOMAKE(thailatex, 0.5.0, thep@linux.thai.net) - -AC_PROG_INSTALL -AC_PROG_LN_S -AC_PROG_SED - -AC_ARG_ENABLE(hooks, - [AC_HELP_STRING([--disable-hooks], - [disable installation hook scripts])], - , enable_hooks="yes") -AM_CONDITIONAL(ENABLE_HOOKS,test $enable_hooks = "yes") - -AC_CHECK_PROGS(LATEX,latex,no) -if test "x$LATEX" = "xno" ; then - AC_MSG_ERROR([You need latex (from texlive distribution)]) -fi -AC_CHECK_PROGS(PDFLATEX,pdflatex,no) -if test "x$PDFLATEX" = "xno" ; then - AC_MSG_ERROR([You need pdflatex (from texlive distribution)]) -fi -AC_CHECK_PROGS(PATGEN,patgen,no) -if test "x$PATGEN" = "xno" ; then - AC_MSG_ERROR([You need patgen (from texlive distribution)]) -fi -AC_CHECK_PROGS(SWATH,swath,no) -AC_CHECK_PROGS(CTTEX,cttex,no) - -AC_ARG_WITH(texmfdir, - [AC_HELP_STRING([--with-texmfdir=DIR], - [texmf directory in DIR [PREFIX/share/texmf]])], - [texmfdir="$withval"], [texmfdir=${datarootdir}/texmf]) -AC_MSG_CHECKING(--with-texmfdir) -AC_MSG_RESULT("$texmfdir") -AC_SUBST(texmfdir) - -if test "x$enable_hooks" = "xyes"; then - AC_PATH_PROG(TEXHASH,[mktexlsr texhash],no) - if test "x$TEXHASH" = "xno" ; then - AC_MSG_ERROR([You need mktexlsr or texhash (from texlive distribution)]) - fi - - AC_PATH_PROG(FMTUTIL,[fmtutil-sys fmtutil],no) - if test "x$FMTUTIL" = "xno" ; then - AC_MSG_ERROR([You need fmtutil(-sys) (from texlive distribution)]) - fi -fi - -AC_ARG_WITH(emacsdir, - [AC_HELP_STRING([--with-emacsdir=DIR], - [emacs directory in DIR [PREFIX/share/emacs]])], - [emacsdir="$withval"], [emacsdir=${datarootdir}/emacs]) -AC_MSG_CHECKING(--with-emacsdir) -AC_MSG_RESULT("$emacsdir") -AC_SUBST(emacsdir) - -AC_OUTPUT(Makefile - babel/Makefile - hyphen/Makefile - emacs/Makefile - scripts/Makefile - scripts/sync-thailatex - doc/Makefile) - 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 diff --git a/Master/texmf-dist/tex/generic/thailatex/hyph-th-utf8.tex b/Master/texmf-dist/tex/generic/thailatex/hyph-th-utf8.tex index 9034596a2da..622e5aef54f 100644 --- a/Master/texmf-dist/tex/generic/thailatex/hyph-th-utf8.tex +++ b/Master/texmf-dist/tex/generic/thailatex/hyph-th-utf8.tex @@ -11,6 +11,7 @@ .สู3ต .ใบ3 2ก1ก +ก4กม กก4ส 2ก1ข ก4ขค @@ -47,6 +48,7 @@ ก1ต ก4ตด กต5ดิ +ก4ตส ก4ตเ ก1ท ก1น @@ -60,6 +62,7 @@ ก1ม ก4มม กม5ลา +ก4มส ก4มเ กย5มุ ก3ย้ @@ -75,7 +78,6 @@ กล5นค กล5บิ กล5มห -ก5ลาร ก2ว ก5วัต ก5ษณน @@ -90,7 +92,6 @@ ก1ห 3กอน กอ5อิ -กอ5ฮอ กะ5ถั กะ5ผล 4กะร @@ -98,7 +99,6 @@ 1กา กา5กะ กา5ดู -กา5ตี กา5นี กา5น้ กา5บอ @@ -110,6 +110,7 @@ กิ5กะ 1กิจ กิ4ต +กิ5นี 3กิริ กี5รณ กี5รต @@ -124,6 +125,7 @@ กุ5แห 1กู กู5ปร +กู5รข กู5รม กู5ลิ ก1เ @@ -190,7 +192,6 @@ คห5บด คห5สถ 3คอน -คอ5ลั 3คัน 1คา คา5ปู @@ -208,7 +209,6 @@ 4คุ์ คู5ปอ คู5ลอ -คู5ลั 2ค1เ ค1โ 2ค์ @@ -284,7 +284,6 @@ จ4จว จ1ฉ จด5จ่ -จต5คต จต5จำ จต5มู จป4ก @@ -299,7 +298,6 @@ จำ5ทว จำ5อว 1จิ -จิ5กิ จิ5จู จิ5ตอ จี5ดี @@ -332,6 +330,8 @@ ชอง4 1ชั 1ชา +ชา2ต +ชา5ตร ชา5ปี ชา5มต ชา5ยต @@ -355,13 +355,12 @@ ช่5อิ ช้5สอ ช้5ได -ซ4งโ +ซน5ทร ซฟ5ตี ซ5ราม ซล5มอ 1ซา ซา5ชู -ซา5ตู ซา5มู ซิ5ตร ซิ5ตี @@ -379,6 +378,7 @@ ซู5ริ ซู5ลิ ซ1เ +ซ1โ ซ่5ง่ ซ่5ซ้ 1ซ่า @@ -397,6 +397,7 @@ ญ1ญ ญประ4 1ญา +ญา4ต ญ่5บ้ ฏ1ฐ ฏ4ฐบ @@ -429,6 +430,7 @@ ณ5ฑสก ณฑ5สถ ณ5ฑ5สี +ณฑ5โล ณ4ฑ์ ณย5รั ณ1ร @@ -437,7 +439,6 @@ ณห5พล ณห5ภู 1ณา -ณา5ติ ณา5ปี 1ณิ 1ณี @@ -499,12 +500,13 @@ ด้5ยิ 2ด์ ด์5สป +2ตก ตก5ร้ -ต1ช +ต1ค +2ต1ช 2ต1ต ต4ตภ ต4ตส -ตต5สด ต4ตโ ต5ถกะ ต3ถา @@ -521,11 +523,13 @@ ตบ5ชว ตป5นี ต1ภ +2ตย 4ตรก ตร5กิ ตร5งอ ตร5จี ตร5จุ +4ตรฐ ตร5ตร ตร5ทว ตร5ผล @@ -538,7 +542,11 @@ 2ตร์ ตฤ5ตี ตล5รั +ต1ส +ต4สค ตส5วา +ตส4เ +ต4สแ ตส5แต ตอ5ม่ ตอ5รอ @@ -557,7 +565,6 @@ ตา5มะ ตา5ฬี 3ติก. -3ติกะ ติ5จู ติ5ช่ ติ5ทิ @@ -574,7 +581,6 @@ ตี5ตื ตี5รว ตี5ลั -1ตุ ตุ5ตถ ตุ5ทส ตุ5ป่ @@ -594,7 +600,6 @@ ต้5ฝุ ต๋5เต ต์5คล -ต์5พุ ต์5ฟู ต์5ศต ถด5ถอ @@ -665,6 +670,7 @@ ทา5ฐิ ทา5ฒิ ทา5นอ +ทา5มร ทา5รพ ทำ5ขว ทำ5ซ้ @@ -674,7 +680,6 @@ ทิ5ฐิ ทิ4พ ทิ5พา -ทิ5ลี ทิ5วง ที5นว ที5นี @@ -686,12 +691,10 @@ ทู5น่ ท1เ ท์5ดอ -ท์5พุ 1ธร 4ธรส 4ธรั 1ธา -ธา5ตว ธา1รณ ธิ5ฤท ธิ5ศี @@ -718,7 +721,6 @@ น1ด น4ดร น1ต -น4ตก นต5กว น5ตกะ นต5ดิ @@ -781,13 +783,13 @@ นฤ5เท นฤ5เบ น1ล +น4ลล นว5ร่ น1ศ นษ5กร น1ส น4สซ น4สส -น4สเ นส5แด น4สโ น1ห @@ -812,6 +814,7 @@ นิ5มน นิ5ยม นิ5ยา +นิ5รอ นิ5ลุ นิ5วร นิ5สง @@ -830,7 +833,6 @@ น่5อี 3น้อ 1น้ำ -น์5พง น์5สไ บ1ก บ4กษ @@ -851,6 +853,7 @@ บร5มี บ1ส บ4สบ +บส4เ บ1ห บอ5ดี บอ5ระ @@ -859,6 +862,7 @@ บัพพาชนี5 1บา บาจ5ร +บา4ต บา5ตอ บา2ท บา5ทา @@ -895,6 +899,7 @@ ป4ยุ ปร5ตอ ปร5ตี +ปร5ตุ ปร5ผั ปร5ษณ 1ประ @@ -907,7 +912,6 @@ 1ปา ปา5ฐก ปา5ณก -ปา5ติ ปา5นี ปา5ปิ ปาร4 @@ -934,7 +938,6 @@ ผล5พล ผล5ไม ผ4สา -ผา5ติ ผี5ดิ ผี5ตอ ผี5ถ้ @@ -963,6 +966,7 @@ พฤ5ฒา พล5ทิ พล5ร่ +พส5เฟ พอ5คว พอ5สม 1พั @@ -1005,8 +1009,6 @@ 1ภา ภา5ณก ภา5ณว -ภา5ตร -ภา5ติ ภา5รด ภา5รต ภา5รย @@ -1034,6 +1036,7 @@ ม1จ ม1ช มช4ว +ม1ซ 3มณฑ มณ5ฑน มณ5บร @@ -1063,6 +1066,7 @@ ม1ภ มภ5กถ ม1ม +ม4มเ ม4มโ มย5รา 3มรร @@ -1091,6 +1095,7 @@ มอ5นว มอ5นอ มอ5ระ +4มอั มะ5ถั มะ5ฝ่ มะ5ฮอ @@ -1099,9 +1104,6 @@ 1มา มา4ก มา5ดร -มา5ตง -มา5ตอ -มา5ติ มา5นร มา5ป่ มา5พจ @@ -1197,7 +1199,6 @@ ยา5ฉุ ยา5ณม ยา5ณว -ยา5ตม ยา5ถ่ ยา5บร ยา5สล @@ -1214,6 +1215,7 @@ ยู5ถิ ยู5ฟ่ ยู5ริ +ยู5ไน ย1เ ย1แ ย1โ @@ -1292,7 +1294,6 @@ รร5แส รร5ไก รร5ไต -รล5ออ รศ5นี รษ5ตร ร1ส @@ -1315,9 +1316,6 @@ รา5ดร รา5ดว รา5ดู -รา5ติ -รา5ตี -รา5ฟิ รา5ม่ รา5วณ รา5สง @@ -1325,7 +1323,6 @@ รา5หุ รำ5งั รำ5จว -ริ5กิ ริ5ซึ ริ5ตร ริ5ทึ @@ -1379,10 +1376,8 @@ ร์5ตี ร์5ตู ร์5ทิ -ร์5พี ร์5ฟอ ร์5ฟู -ร์5รี ร์5ลี ร์5วอ ฤ4ดา @@ -1407,6 +1402,7 @@ ลบ5มุ ลบ5ล้ ลบ5ไส +ลป5ตอ ลม5งว 2ลย ล1ล @@ -1421,12 +1417,11 @@ ละ5ผล 1ลักษ ลา5กล -ลา5ติ -ลา5ตู ลา5นี ลา5ป๋ ลา5พอ ลา5มี +3ลาร ลา5รอ ลา5ร้ ลา5ฤก @@ -1445,6 +1440,7 @@ ลิ5ไท ลิ5ไล ลี5ตะ +3ลีน ลี5ผล ลี5ลา ลี5วู @@ -1495,6 +1491,7 @@ ว1ป ว1พ วม5รอ +ว3มู วย5กิ วย5ก้ วย5จี @@ -1517,6 +1514,7 @@ วันต5 วันท4 1วา +วา4ต วา5ตก วา5ติ วา5นร @@ -1531,7 +1529,6 @@ 1วิ วิ5กล วิ5กส -วิ5กิ วิ5คห วิ5จุ วิ5ดี @@ -1710,6 +1707,7 @@ 2สุ์ 1สู ส1เ +ส4เฟ ส1โ ส4โก ส4โค @@ -1734,7 +1732,6 @@ หอ5สม 1หั หา5กฐ -หา5ตม หา5บพ หา5ปณ หา5พร @@ -1792,7 +1789,6 @@ อ3ดิ อต5ดอ อต5ด็ -อต5สว อ1ท อน5ง้ อน5ดร @@ -1802,7 +1798,6 @@ อน5ฟิ อน5ย้ อน5รา -อน5สเ อ4นา อ4นุ1 อบ5ช้ @@ -1817,14 +1812,13 @@ อป5พล อป4ร อป5วา +อป5โล อพ5ริ อฟ5ฟิ อฟ5ฟี อฟ5ริ อฟ5ไล อ4ภั -อม5ซอ -อม5ซ่ อม5ฎอ อม5ดอ อม5ถอ @@ -1849,7 +1843,7 @@ อ3รั อ3รา อ1ริ -อ3รี +อ1รี อ3ร้ อร์1 อล5จี @@ -1858,6 +1852,7 @@ อล5ฟ่ อล5มอ อล5หม +อ3ลั อ1ลิ อว5รุ อศ5กร @@ -1869,10 +1864,13 @@ อส5พล อส5ฟอ อส5มิ +อส5เฟ อส5แอ อส5ไพ อ1ห +3ออน ออ5อว +อะ5ธี 1อั 1อา อา5ค5เ @@ -1880,6 +1878,7 @@ อา5ณั อา5ดุ อา5ดู +อา2ต อา5ถร อา5นน อา5ปณ @@ -1899,7 +1898,6 @@ อิ5ดะ อิ5ระ อิ5ศว -อิ5ออ อี5จู อี5ซู อี5ยิ @@ -1915,6 +1913,7 @@ อุ5ดร อุ5ด้ อุ3ตรา +อุ5ตุ อุ5ทร อุ5ทิ อุ5ทุ @@ -1935,6 +1934,7 @@ อเห5ต อ1แ อ1โ +อโร3 อ1ไ 3อ่อ อ่5อว @@ -1942,13 +1942,14 @@ อ่5โถ อ้5อว อ้5โถ +อ้5โล ฮก5ฮา ฮก5ฮื ฮน5รี ฮฟ5วี ฮล5ซิ ฮล5ดิ -ฮอ5ลั +3ฮอล ฮา5นอ ฮา5ป่ ฮิ5บร @@ -1997,9 +1998,7 @@ ัก5ยิ ัก5รั ัก5ร้ -ัก5ลอ -ัก5ลั -ัก5ล้ +ัก3ล ัก5วิ ัก5ษร ัก5อิ @@ -2026,6 +2025,7 @@ ัช5พื ัช5รา ัช5ริ +ัช5สม ัช5เร ัช5แพ ัช5โญ @@ -2042,7 +2042,6 @@ ัณ5เฑ ัณ5โร ัด1 -ัต5คั ัต5ดึ ัต5ถล ัต5ถั @@ -2053,7 +2052,6 @@ ัต5รี ัต5ฤก ัต5ลั -ัต3ส ัต5หล ัต5หี ัท5คี @@ -2098,7 +2096,6 @@ ัฟ5ฟิ ัฟ5ริ ัม4ช -ัม5ซุ ัม5ลา ัม5หม ัย5มร @@ -2121,6 +2118,7 @@ ัส5ดง ัส5ดน ัส5ดี +ัส5ติ ัส5ถา ัส5ปู ัส5มั @@ -2194,8 +2192,9 @@ า3ดิ าด5ไท าด5ไห -า3ตรา -า3ตรี +า1ต +า4ตญ +า4ตภ าต4ว า1ท า4ทธ @@ -2235,6 +2234,7 @@ าพ5ลว าฟ5ต้ าฟ5ริ +า3ฟิ า1ภ า4ภป า4ภล @@ -2376,6 +2376,7 @@ ิก5ล้ ิก5วา ิก5ษุ +ิ3กิ ิกิ5ส ิ1ข ิ4ขส @@ -2393,6 +2394,8 @@ ิง5อร ิจ5ศี ิช4น +ิช5ลิ +ิช5เช ิญ5หน ิญ5โญ ิด5ฉิ @@ -2409,8 +2412,8 @@ ิต5ลด ิต5ลา ิต5วส -ิต5สม ิ1ติ +ิ3ตุ ิท5ธั ิท5สน ิ3ธี @@ -2465,6 +2468,7 @@ ิ1ลิ ิว5กิ ิว5ซี +ิว5ทร ิว5บิ ิว5ยอ ิว5ริ @@ -2586,7 +2590,6 @@ ือ5ยน ือ5ยา ือ5รื -ือ5ลั ือ5ลา ือ5ล้ ือ5สอ @@ -2639,10 +2642,10 @@ ุต5กว ุต5กิ ุต5ซอ +ุต5ตก ุ5ตระ ุ5ตริ ุต5ลุ -ุต5ส่ ุ3ทก ุท5ธั ุ5ทริ @@ -2670,6 +2673,7 @@ ุป5สร ุป5ฮา ุป5โภ +ุป5โล ุพ5พา ุพ5ภิ ุภ5ชล @@ -2681,6 +2685,7 @@ ุย5ช่ ุย5ฝ้ ุ1ร +ุร5ข่ ุ4รค ุ4รฉ ุ4รช @@ -2707,6 +2712,7 @@ ุล5สแ ุ3ลา ุ3ลิ +ุศ5โล ุษ5จี ุษ5ฎี ุษ5ปร @@ -2749,8 +2755,10 @@ ูป5ร่ ูป5แบ ูป5โฉ +ูฟ5วี ู2ม ู5มิน +ูร5ข่ ูร4ณ ู5รณภ ู5รณม @@ -2762,6 +2770,7 @@ ูร4ม ูล5กร ูล5ค่ +ู3ลั ูส4ว ู1เ ู1โ @@ -2772,14 +2781,9 @@ ู๋5จี ู๋5อี เ2 -เก2 -เก5จิ -เก5มอ เก5ยู เก5วั เก5ศว -เก5ศิ -เก5สร เก5อิ เค5ซอ เค5มี @@ -2794,7 +2798,6 @@ เซ5นอ เซ5รุ เซ5แค -เซ5โก เด5ซิ เด5บิ เด5รั @@ -2804,6 +2807,7 @@ 2เตช เต5ปุ เต5มี +เต5มู เต5ริ เต5ลุ เต5ศว @@ -2819,12 +2823,13 @@ 4เนย เน5ระ เน5รั +เน4ส +เน5สา เน5เว เบ5ต้ เบ5บี เบ5ริ เบ5รุ -เบ5ลา เบ5ลี เป5ตอ เป5สก @@ -2837,7 +2842,6 @@ เภ5ตร เภ5ทุ เม5ฆิ -เม5ซอ เม5ดิ เม5ลา เร5กะ @@ -2917,6 +2921,7 @@ โค5ติ โค5มู โค5ม่ +โค5ริ โค5ลอ โค5ลั โค5ออ @@ -2927,7 +2932,12 @@ โฉ5เบ โช5ดึ โช5ห่ -โซ1 +โซ5กร +โซ5นี +โซ5ฟิ +โซ5ยู +โซ5ลู +โซ5สเ โญ4ช โญ5ปว โด5จี @@ -2935,23 +2945,25 @@ โด5รา โด5ลิ โต5กร -โต5คอ โต5รอ โต5รา โต5ริ โต5ลิ โท5กร โท5คอ +โท5พล โท5รอ โท5แอ โธ5ทน โธ5ปก โธ5วน +โธ5เฟ โน5ทุ โน5ปจ โน5รม โน5รา โบ5ชุ +โบ5ซอ โบ5ต้ โบ5รอ โบ5รั @@ -2963,6 +2975,7 @@ โป5ลิ โป5แล โป5โป +โป5โล โพ5ซิ โพ5ทะ โพ5ระ @@ -2971,30 +2984,30 @@ โพ5ลี โพ5หา โพ5แท +โพ5ไซ +โฟ5กร โฟ5นี โภ5คิ โภ5ไค โม5ฆี -โม5ซั โม5ดู โม5ร็ โม5หา โย5ถิ โร5กะ +โร5คิ +โร5งั โร5ชิ โร5ธนะ -โร5พล -โร5ฟอ -โร5ฟี โร5รา -โร5ร่ โร5ล่ +โรส4 +โร5สเ โร5หน โร5อี โร5ฮิ โร5แม โร5ไล -1โล โล5กร โล5กิ โล5กี @@ -3030,6 +3043,7 @@ โอ5ละ โอ5สถ โอ5อิ +โฮ5โล 3ใช้ 1ให ไก5ลา @@ -3042,16 +3056,17 @@ ไค5ศว ไช5น่ ไช5ศว +ไซ5ดอ ไซ5บอ ไซ5บี ไซ5ปร -ไซ5โค ได5ฟุ ได5ฟู ได5ลิ ได5ออ ไท5ฟอ ไท5รอ +ไท5แท 3ไนย ไป5ริ ไพ5ชย @@ -3086,7 +3101,6 @@ ไอ5ศว ไอ5ศุ ไอ5ศู -ไอ5ออ ไฮ1 ็ก5ซั ็ก5ซี @@ -3220,9 +3234,6 @@ ้า5ช่ ้า5ช้ ้า5ดี -้า5ตร -้า5ต่ -้า5ต้ ้า5ถิ ้า5ถึ ้า5บ่ @@ -3249,9 +3260,10 @@ ๋ย5อิ ๋อ5ด๋ ์ค5สเ +์ค5แล ์1บ -์4มอ -์5มอน +์1พ +์1ร ์1เ ์1แ ์1โ @@ -3958,7 +3970,7 @@ ิ7สี ก7สี % Force 'โบ-ลา', 'มู-ลา', 'อจ-ลา', 'เว-ลา', 'เน~บิว-ลา', 'เมข-ลา', -% 'เว~เน~ซู~เอ-ลา', แชง~กรี-ลา', 'โม~โต~โร-ลา' +% 'เว~เน~ซู~เอ-ลา', แชง~กรี-ลา', 'โม~โต~โร-ลา', 'วิ~โอ-ลา', 'โซ-ลา' โบ7ลา ู7ลา อจ7ลา @@ -3968,6 +3980,8 @@ เอ7ลา ี7ลา โร7ลา +โอ7ลา +โซ7ลา % Force 'สัท~ธา~ธิ-กะ', 'อา~คัน~ตุ-กะ' ิ7กะ ุ7กะ @@ -4253,8 +4267,6 @@ น7ตุ. % Block 'กรร-ตุ' caused by '1ตุ' pattern รร6ตุ -% Force 'สวัส-ติ' -ัส7ติ % Force 'มา-ตฤ' มา7ตฤ % Force 'ปฏิ-รพ', 'ประ~ติ-รพ' @@ -4751,5 +4763,18 @@ ฑ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โ } \endinput diff --git a/Master/texmf-dist/tex/generic/thailatex/hyph-th.tex b/Master/texmf-dist/tex/generic/thailatex/hyph-th.tex index f6d56b321b2..8137a5846a2 100644 --- a/Master/texmf-dist/tex/generic/thailatex/hyph-th.tex +++ b/Master/texmf-dist/tex/generic/thailatex/hyph-th.tex @@ -99,6 +99,7 @@ .^^ca^^d93^^b5 .^^e3^^ba3 2^^a11^^a1 +^^a14^^a1^^c1 ^^a1^^a14^^ca 2^^a11^^a2 ^^a14^^a2^^a4 @@ -135,6 +136,7 @@ ^^a11^^b5 ^^a14^^b5^^b4 ^^a1^^b55^^b4^^d4 +^^a14^^b5^^ca ^^a14^^b5^^e0 ^^a11^^b7 ^^a11^^b9 @@ -148,6 +150,7 @@ ^^a11^^c1 ^^a14^^c1^^c1 ^^a1^^c15^^c5^^d2 +^^a14^^c1^^ca ^^a14^^c1^^e0 ^^a1^^c25^^c1^^d8 ^^a13^^c2^^e9 @@ -163,7 +166,6 @@ ^^a1^^c55^^b9^^a4 ^^a1^^c55^^ba^^d4 ^^a1^^c55^^c1^^cb -^^a15^^c5^^d2^^c3 ^^a12^^c7 ^^a15^^c7^^d1^^b5 ^^a15^^c9^^b3^^b9 @@ -178,7 +180,6 @@ ^^a11^^cb 3^^a1^^cd^^b9 ^^a1^^cd5^^cd^^d4 -^^a1^^cd5^^ce^^cd ^^a1^^d05^^b6^^d1 ^^a1^^d05^^bc^^c5 4^^a1^^d0^^c3 @@ -186,7 +187,6 @@ 1^^a1^^d2 ^^a1^^d25^^a1^^d0 ^^a1^^d25^^b4^^d9 -^^a1^^d25^^b5^^d5 ^^a1^^d25^^b9^^d5 ^^a1^^d25^^b9^^e9 ^^a1^^d25^^ba^^cd @@ -198,6 +198,7 @@ ^^a1^^d45^^a1^^d0 1^^a1^^d4^^a8 ^^a1^^d44^^b5 +^^a1^^d45^^b9^^d5 3^^a1^^d4^^c3^^d4 ^^a1^^d55^^c3^^b3 ^^a1^^d55^^c3^^b5 @@ -212,6 +213,7 @@ ^^a1^^d85^^e1^^cb 1^^a1^^d9 ^^a1^^d95^^bb^^c3 +^^a1^^d95^^c3^^a2 ^^a1^^d95^^c3^^c1 ^^a1^^d95^^c5^^d4 ^^a11^^e0 @@ -278,7 +280,6 @@ ^^a4^^cb5^^ba^^b4 ^^a4^^cb5^^ca^^b6 3^^a4^^cd^^b9 -^^a4^^cd5^^c5^^d1 3^^a4^^d1^^b9 1^^a4^^d2 ^^a4^^d25^^bb^^d9 @@ -296,7 +297,6 @@ 4^^a4^^d8^^ec ^^a4^^d95^^bb^^cd ^^a4^^d95^^c5^^cd -^^a4^^d95^^c5^^d1 2^^a41^^e0 ^^a41^^e2 2^^a4^^ec @@ -372,7 +372,6 @@ ^^a84^^a8^^c7 ^^a81^^a9 ^^a8^^b45^^a8^^e8 -^^a8^^b55^^a4^^b5 ^^a8^^b55^^a8^^d3 ^^a8^^b55^^c1^^d9 ^^a8^^bb4^^a1 @@ -387,7 +386,6 @@ ^^a8^^d35^^b7^^c7 ^^a8^^d35^^cd^^c7 1^^a8^^d4 -^^a8^^d45^^a1^^d4 ^^a8^^d45^^a8^^d9 ^^a8^^d45^^b5^^cd ^^a8^^d55^^b4^^d5 @@ -420,6 +418,8 @@ ^^aa^^cd^^a74 1^^aa^^d1 1^^aa^^d2 +^^aa^^d22^^b5 +^^aa^^d25^^b5^^c3 ^^aa^^d25^^bb^^d5 ^^aa^^d25^^c1^^b5 ^^aa^^d25^^c2^^b5 @@ -443,13 +443,12 @@ ^^aa^^e85^^cd^^d4 ^^aa^^e95^^ca^^cd ^^aa^^e95^^e4^^b4 -^^ab4^^a7^^e2 +^^ab^^b95^^b7^^c3 ^^ab^^bf5^^b5^^d5 ^^ab5^^c3^^d2^^c1 ^^ab^^c55^^c1^^cd 1^^ab^^d2 ^^ab^^d25^^aa^^d9 -^^ab^^d25^^b5^^d9 ^^ab^^d25^^c1^^d9 ^^ab^^d45^^b5^^c3 ^^ab^^d45^^b5^^d5 @@ -467,6 +466,7 @@ ^^ab^^d95^^c3^^d4 ^^ab^^d95^^c5^^d4 ^^ab1^^e0 +^^ab1^^e2 ^^ab^^e85^^a7^^e8 ^^ab^^e85^^ab^^e9 1^^ab^^e8^^d2 @@ -485,6 +485,7 @@ ^^ad1^^ad ^^ad^^bb^^c3^^d04 1^^ad^^d2 +^^ad^^d24^^b5 ^^ad^^e85^^ba^^e9 ^^af1^^b0 ^^af4^^b0^^ba @@ -517,6 +518,7 @@ ^^b35^^b1^^ca^^a1 ^^b3^^b15^^ca^^b6 ^^b35^^b15^^ca^^d5 +^^b3^^b15^^e2^^c5 ^^b34^^b1^^ec ^^b3^^c25^^c3^^d1 ^^b31^^c3 @@ -525,7 +527,6 @@ ^^b3^^cb5^^be^^c5 ^^b3^^cb5^^c0^^d9 1^^b3^^d2 -^^b3^^d25^^b5^^d4 ^^b3^^d25^^bb^^d5 1^^b3^^d4 1^^b3^^d5 @@ -587,12 +588,13 @@ ^^b4^^e95^^c2^^d4 2^^b4^^ec ^^b4^^ec5^^ca^^bb +2^^b5^^a1 ^^b5^^a15^^c3^^e9 -^^b51^^aa +^^b51^^a4 +2^^b51^^aa 2^^b51^^b5 ^^b54^^b5^^c0 ^^b54^^b5^^ca -^^b5^^b55^^ca^^b4 ^^b54^^b5^^e2 ^^b55^^b6^^a1^^d0 ^^b53^^b6^^d2 @@ -609,11 +611,13 @@ ^^b5^^ba5^^aa^^c7 ^^b5^^bb5^^b9^^d5 ^^b51^^c0 +2^^b5^^c2 4^^b5^^c3^^a1 ^^b5^^c35^^a1^^d4 ^^b5^^c35^^a7^^cd ^^b5^^c35^^a8^^d5 ^^b5^^c35^^a8^^d8 +4^^b5^^c3^^b0 ^^b5^^c35^^b5^^c3 ^^b5^^c35^^b7^^c7 ^^b5^^c35^^bc^^c5 @@ -626,7 +630,11 @@ 2^^b5^^c3^^ec ^^b5^^c45^^b5^^d5 ^^b5^^c55^^c3^^d1 +^^b51^^ca +^^b54^^ca^^a4 ^^b5^^ca5^^c7^^d2 +^^b5^^ca4^^e0 +^^b54^^ca^^e1 ^^b5^^ca5^^e1^^b5 ^^b5^^cd5^^c1^^e8 ^^b5^^cd5^^c3^^cd @@ -645,7 +653,6 @@ ^^b5^^d25^^c1^^d0 ^^b5^^d25^^cc^^d5 3^^b5^^d4^^a1. -3^^b5^^d4^^a1^^d0 ^^b5^^d45^^a8^^d9 ^^b5^^d45^^aa^^e8 ^^b5^^d45^^b7^^d4 @@ -662,7 +669,6 @@ ^^b5^^d55^^b5^^d7 ^^b5^^d55^^c3^^c7 ^^b5^^d55^^c5^^d1 -1^^b5^^d8 ^^b5^^d85^^b5^^b6 ^^b5^^d85^^b7^^ca ^^b5^^d85^^bb^^e8 @@ -682,7 +688,6 @@ ^^b5^^e95^^bd^^d8 ^^b5^^eb5^^e0^^b5 ^^b5^^ec5^^a4^^c5 -^^b5^^ec5^^be^^d8 ^^b5^^ec5^^bf^^d9 ^^b5^^ec5^^c8^^b5 ^^b6^^b45^^b6^^cd @@ -753,6 +758,7 @@ ^^b7^^d25^^b0^^d4 ^^b7^^d25^^b2^^d4 ^^b7^^d25^^b9^^cd +^^b7^^d25^^c1^^c3 ^^b7^^d25^^c3^^be ^^b7^^d35^^a2^^c7 ^^b7^^d35^^ab^^e9 @@ -762,7 +768,6 @@ ^^b7^^d45^^b0^^d4 ^^b7^^d44^^be ^^b7^^d45^^be^^d2 -^^b7^^d45^^c5^^d5 ^^b7^^d45^^c7^^a7 ^^b7^^d55^^b9^^c7 ^^b7^^d55^^b9^^d5 @@ -774,12 +779,10 @@ ^^b7^^d95^^b9^^e8 ^^b71^^e0 ^^b7^^ec5^^b4^^cd -^^b7^^ec5^^be^^d8 1^^b8^^c3 4^^b8^^c3^^ca 4^^b8^^c3^^d1 1^^b8^^d2 -^^b8^^d25^^b5^^c7 ^^b8^^d21^^c3^^b3 ^^b8^^d45^^c4^^b7 ^^b8^^d45^^c8^^d5 @@ -806,7 +809,6 @@ ^^b91^^b4 ^^b94^^b4^^c3 ^^b91^^b5 -^^b94^^b5^^a1 ^^b9^^b55^^a1^^c7 ^^b95^^b5^^a1^^d0 ^^b9^^b55^^b4^^d4 @@ -869,13 +871,13 @@ ^^b9^^c45^^e0^^b7 ^^b9^^c45^^e0^^ba ^^b91^^c5 +^^b94^^c5^^c5 ^^b9^^c75^^c3^^e8 ^^b91^^c8 ^^b9^^c95^^a1^^c3 ^^b91^^ca ^^b94^^ca^^ab ^^b94^^ca^^ca -^^b94^^ca^^e0 ^^b9^^ca5^^e1^^b4 ^^b94^^ca^^e2 ^^b91^^cb @@ -900,6 +902,7 @@ ^^b9^^d45^^c1^^b9 ^^b9^^d45^^c2^^c1 ^^b9^^d45^^c2^^d2 +^^b9^^d45^^c3^^cd ^^b9^^d45^^c5^^d8 ^^b9^^d45^^c7^^c3 ^^b9^^d45^^ca^^a7 @@ -918,7 +921,6 @@ ^^b9^^e85^^cd^^d5 3^^b9^^e9^^cd 1^^b9^^e9^^d3 -^^b9^^ec5^^be^^a7 ^^b9^^ec5^^ca^^e4 ^^ba1^^a1 ^^ba4^^a1^^c9 @@ -939,6 +941,7 @@ ^^ba^^c35^^c1^^d5 ^^ba1^^ca ^^ba4^^ca^^ba +^^ba^^ca4^^e0 ^^ba1^^cb ^^ba^^cd5^^b4^^d5 ^^ba^^cd5^^c3^^d0 @@ -947,6 +950,7 @@ ^^ba^^d1^^be^^be^^d2^^aa^^b9^^d55 1^^ba^^d2 ^^ba^^d2^^a85^^c3 +^^ba^^d24^^b5 ^^ba^^d25^^b5^^cd ^^ba^^d22^^b7 ^^ba^^d25^^b7^^d2 @@ -983,6 +987,7 @@ ^^bb4^^c2^^d8 ^^bb^^c35^^b5^^cd ^^bb^^c35^^b5^^d5 +^^bb^^c35^^b5^^d8 ^^bb^^c35^^bc^^d1 ^^bb^^c35^^c9^^b3 1^^bb^^c3^^d0 @@ -995,7 +1000,6 @@ 1^^bb^^d2 ^^bb^^d25^^b0^^a1 ^^bb^^d25^^b3^^a1 -^^bb^^d25^^b5^^d4 ^^bb^^d25^^b9^^d5 ^^bb^^d25^^bb^^d4 ^^bb^^d2^^c34 @@ -1022,7 +1026,6 @@ ^^bc^^c55^^be^^c5 ^^bc^^c55^^e4^^c1 ^^bc4^^ca^^d2 -^^bc^^d25^^b5^^d4 ^^bc^^d55^^b4^^d4 ^^bc^^d55^^b5^^cd ^^bc^^d55^^b6^^e9 @@ -1051,6 +1054,7 @@ ^^be^^c45^^b2^^d2 ^^be^^c55^^b7^^d4 ^^be^^c55^^c3^^e8 +^^be^^ca5^^e0^^bf ^^be^^cd5^^a4^^c7 ^^be^^cd5^^ca^^c1 1^^be^^d1 @@ -1093,8 +1097,6 @@ 1^^c0^^d2 ^^c0^^d25^^b3^^a1 ^^c0^^d25^^b3^^c7 -^^c0^^d25^^b5^^c3 -^^c0^^d25^^b5^^d4 ^^c0^^d25^^c3^^b4 ^^c0^^d25^^c3^^b5 ^^c0^^d25^^c3^^c2 @@ -1122,6 +1124,7 @@ ^^c11^^a8 ^^c11^^aa ^^c1^^aa4^^c7 +^^c11^^ab 3^^c1^^b3^^b1 ^^c1^^b35^^b1^^b9 ^^c1^^b35^^ba^^c3 @@ -1151,6 +1154,7 @@ ^^c11^^c0 ^^c1^^c05^^a1^^b6 ^^c11^^c1 +^^c14^^c1^^e0 ^^c14^^c1^^e2 ^^c1^^c25^^c3^^d2 3^^c1^^c3^^c3 @@ -1179,6 +1183,7 @@ ^^c1^^cd5^^b9^^c7 ^^c1^^cd5^^b9^^cd ^^c1^^cd5^^c3^^d0 +4^^c1^^cd^^d1 ^^c1^^d05^^b6^^d1 ^^c1^^d05^^bd^^e8 ^^c1^^d05^^ce^^cd @@ -1187,9 +1192,6 @@ 1^^c1^^d2 ^^c1^^d24^^a1 ^^c1^^d25^^b4^^c3 -^^c1^^d25^^b5^^a7 -^^c1^^d25^^b5^^cd -^^c1^^d25^^b5^^d4 ^^c1^^d25^^b9^^c3 ^^c1^^d25^^bb^^e8 ^^c1^^d25^^be^^a8 @@ -1285,7 +1287,6 @@ ^^c2^^d25^^a9^^d8 ^^c2^^d25^^b3^^c1 ^^c2^^d25^^b3^^c7 -^^c2^^d25^^b5^^c1 ^^c2^^d25^^b6^^e8 ^^c2^^d25^^ba^^c3 ^^c2^^d25^^ca^^c5 @@ -1302,6 +1303,7 @@ ^^c2^^d95^^b6^^d4 ^^c2^^d95^^bf^^e8 ^^c2^^d95^^c3^^d4 +^^c2^^d95^^e4^^b9 ^^c21^^e0 ^^c21^^e1 ^^c21^^e2 @@ -1380,7 +1382,6 @@ ^^c3^^c35^^e1^^ca ^^c3^^c35^^e4^^a1 ^^c3^^c35^^e4^^b5 -^^c3^^c55^^cd^^cd ^^c3^^c85^^b9^^d5 ^^c3^^c95^^b5^^c3 ^^c31^^ca @@ -1403,9 +1404,6 @@ ^^c3^^d25^^b4^^c3 ^^c3^^d25^^b4^^c7 ^^c3^^d25^^b4^^d9 -^^c3^^d25^^b5^^d4 -^^c3^^d25^^b5^^d5 -^^c3^^d25^^bf^^d4 ^^c3^^d25^^c1^^e8 ^^c3^^d25^^c7^^b3 ^^c3^^d25^^ca^^a7 @@ -1413,7 +1411,6 @@ ^^c3^^d25^^cb^^d8 ^^c3^^d35^^a7^^d1 ^^c3^^d35^^a8^^c7 -^^c3^^d45^^a1^^d4 ^^c3^^d45^^ab^^d6 ^^c3^^d45^^b5^^c3 ^^c3^^d45^^b7^^d6 @@ -1467,10 +1464,8 @@ ^^c3^^ec5^^b5^^d5 ^^c3^^ec5^^b5^^d9 ^^c3^^ec5^^b7^^d4 -^^c3^^ec5^^be^^d5 ^^c3^^ec5^^bf^^cd ^^c3^^ec5^^bf^^d9 -^^c3^^ec5^^c3^^d5 ^^c3^^ec5^^c5^^d5 ^^c3^^ec5^^c7^^cd ^^c44^^b4^^d2 @@ -1495,6 +1490,7 @@ ^^c5^^ba5^^c1^^d8 ^^c5^^ba5^^c5^^e9 ^^c5^^ba5^^e4^^ca +^^c5^^bb5^^b5^^cd ^^c5^^c15^^a7^^c7 2^^c5^^c2 ^^c51^^c5 @@ -1509,12 +1505,11 @@ ^^c5^^d05^^bc^^c5 1^^c5^^d1^^a1^^c9 ^^c5^^d25^^a1^^c5 -^^c5^^d25^^b5^^d4 -^^c5^^d25^^b5^^d9 ^^c5^^d25^^b9^^d5 ^^c5^^d25^^bb^^eb ^^c5^^d25^^be^^cd ^^c5^^d25^^c1^^d5 +3^^c5^^d2^^c3 ^^c5^^d25^^c3^^cd ^^c5^^d25^^c3^^e9 ^^c5^^d25^^c4^^a1 @@ -1533,6 +1528,7 @@ ^^c5^^d45^^e4^^b7 ^^c5^^d45^^e4^^c5 ^^c5^^d55^^b5^^d0 +3^^c5^^d5^^b9 ^^c5^^d55^^bc^^c5 ^^c5^^d55^^c5^^d2 ^^c5^^d55^^c7^^d9 @@ -1583,6 +1579,7 @@ ^^c71^^bb ^^c71^^be ^^c7^^c15^^c3^^cd +^^c73^^c1^^d9 ^^c7^^c25^^a1^^d4 ^^c7^^c25^^a1^^e9 ^^c7^^c25^^a8^^d5 @@ -1605,6 +1602,7 @@ ^^c7^^d1^^b9^^b55 ^^c7^^d1^^b9^^b74 1^^c7^^d2 +^^c7^^d24^^b5 ^^c7^^d25^^b5^^a1 ^^c7^^d25^^b5^^d4 ^^c7^^d25^^b9^^c3 @@ -1619,7 +1617,6 @@ 1^^c7^^d4 ^^c7^^d45^^a1^^c5 ^^c7^^d45^^a1^^ca -^^c7^^d45^^a1^^d4 ^^c7^^d45^^a4^^cb ^^c7^^d45^^a8^^d8 ^^c7^^d45^^b4^^d5 @@ -1798,6 +1795,7 @@ 2^^ca^^d8^^ec 1^^ca^^d9 ^^ca1^^e0 +^^ca4^^e0^^bf ^^ca1^^e2 ^^ca4^^e2^^a1 ^^ca4^^e2^^a4 @@ -1822,7 +1820,6 @@ ^^cb^^cd5^^ca^^c1 1^^cb^^d1 ^^cb^^d25^^a1^^b0 -^^cb^^d25^^b5^^c1 ^^cb^^d25^^ba^^be ^^cb^^d25^^bb^^b3 ^^cb^^d25^^be^^c3 @@ -1880,7 +1877,6 @@ ^^cd3^^b4^^d4 ^^cd^^b55^^b4^^cd ^^cd^^b55^^b4^^e7 -^^cd^^b55^^ca^^c7 ^^cd1^^b7 ^^cd^^b95^^a7^^e9 ^^cd^^b95^^b4^^c3 @@ -1890,7 +1886,6 @@ ^^cd^^b95^^bf^^d4 ^^cd^^b95^^c2^^e9 ^^cd^^b95^^c3^^d2 -^^cd^^b95^^ca^^e0 ^^cd4^^b9^^d2 ^^cd4^^b9^^d81 ^^cd^^ba5^^aa^^e9 @@ -1905,14 +1900,13 @@ ^^cd^^bb5^^be^^c5 ^^cd^^bb4^^c3 ^^cd^^bb5^^c7^^d2 +^^cd^^bb5^^e2^^c5 ^^cd^^be5^^c3^^d4 ^^cd^^bf5^^bf^^d4 ^^cd^^bf5^^bf^^d5 ^^cd^^bf5^^c3^^d4 ^^cd^^bf5^^e4^^c5 ^^cd4^^c0^^d1 -^^cd^^c15^^ab^^cd -^^cd^^c15^^ab^^e8 ^^cd^^c15^^ae^^cd ^^cd^^c15^^b4^^cd ^^cd^^c15^^b6^^cd @@ -1937,7 +1931,7 @@ ^^cd3^^c3^^d1 ^^cd3^^c3^^d2 ^^cd1^^c3^^d4 -^^cd3^^c3^^d5 +^^cd1^^c3^^d5 ^^cd3^^c3^^e9 ^^cd^^c3^^ec1 ^^cd^^c55^^a8^^d5 @@ -1946,6 +1940,7 @@ ^^cd^^c55^^bf^^e8 ^^cd^^c55^^c1^^cd ^^cd^^c55^^cb^^c1 +^^cd3^^c5^^d1 ^^cd1^^c5^^d4 ^^cd^^c75^^c3^^d8 ^^cd^^c85^^a1^^c3 @@ -1957,10 +1952,13 @@ ^^cd^^ca5^^be^^c5 ^^cd^^ca5^^bf^^cd ^^cd^^ca5^^c1^^d4 +^^cd^^ca5^^e0^^bf ^^cd^^ca5^^e1^^cd ^^cd^^ca5^^e4^^be ^^cd1^^cb +3^^cd^^cd^^b9 ^^cd^^cd5^^cd^^c7 +^^cd^^d05^^b8^^d5 1^^cd^^d1 1^^cd^^d2 ^^cd^^d25^^a45^^e0 @@ -1968,6 +1966,7 @@ ^^cd^^d25^^b3^^d1 ^^cd^^d25^^b4^^d8 ^^cd^^d25^^b4^^d9 +^^cd^^d22^^b5 ^^cd^^d25^^b6^^c3 ^^cd^^d25^^b9^^b9 ^^cd^^d25^^bb^^b3 @@ -1987,7 +1986,6 @@ ^^cd^^d45^^b4^^d0 ^^cd^^d45^^c3^^d0 ^^cd^^d45^^c8^^c7 -^^cd^^d45^^cd^^cd ^^cd^^d55^^a8^^d9 ^^cd^^d55^^ab^^d9 ^^cd^^d55^^c2^^d4 @@ -2003,6 +2001,7 @@ ^^cd^^d85^^b4^^c3 ^^cd^^d85^^b4^^e9 ^^cd^^d83^^b5^^c3^^d2 +^^cd^^d85^^b5^^d8 ^^cd^^d85^^b7^^c3 ^^cd^^d85^^b7^^d4 ^^cd^^d85^^b7^^d8 @@ -2023,6 +2022,7 @@ ^^cd^^e0^^cb5^^b5 ^^cd1^^e1 ^^cd1^^e2 +^^cd^^e2^^c33 ^^cd1^^e4 3^^cd^^e8^^cd ^^cd^^e85^^cd^^c7 @@ -2030,13 +2030,14 @@ ^^cd^^e85^^e2^^b6 ^^cd^^e95^^cd^^c7 ^^cd^^e95^^e2^^b6 +^^cd^^e95^^e2^^c5 ^^ce^^a15^^ce^^d2 ^^ce^^a15^^ce^^d7 ^^ce^^b95^^c3^^d5 ^^ce^^bf5^^c7^^d5 ^^ce^^c55^^ab^^d4 ^^ce^^c55^^b4^^d4 -^^ce^^cd5^^c5^^d1 +3^^ce^^cd^^c5 ^^ce^^d25^^b9^^cd ^^ce^^d25^^bb^^e8 ^^ce^^d45^^ba^^c3 @@ -2085,9 +2086,7 @@ ^^d1^^a15^^c2^^d4 ^^d1^^a15^^c3^^d1 ^^d1^^a15^^c3^^e9 -^^d1^^a15^^c5^^cd -^^d1^^a15^^c5^^d1 -^^d1^^a15^^c5^^e9 +^^d1^^a13^^c5 ^^d1^^a15^^c7^^d4 ^^d1^^a15^^c9^^c3 ^^d1^^a15^^cd^^d4 @@ -2114,6 +2113,7 @@ ^^d1^^aa5^^be^^d7 ^^d1^^aa5^^c3^^d2 ^^d1^^aa5^^c3^^d4 +^^d1^^aa5^^ca^^c1 ^^d1^^aa5^^e0^^c3 ^^d1^^aa5^^e1^^be ^^d1^^aa5^^e2^^ad @@ -2130,7 +2130,6 @@ ^^d1^^b35^^e0^^b1 ^^d1^^b35^^e2^^c3 ^^d1^^b41 -^^d1^^b55^^a4^^d1 ^^d1^^b55^^b4^^d6 ^^d1^^b55^^b6^^c5 ^^d1^^b55^^b6^^d1 @@ -2141,7 +2140,6 @@ ^^d1^^b55^^c3^^d5 ^^d1^^b55^^c4^^a1 ^^d1^^b55^^c5^^d1 -^^d1^^b53^^ca ^^d1^^b55^^cb^^c5 ^^d1^^b55^^cb^^d5 ^^d1^^b75^^a4^^d5 @@ -2186,7 +2184,6 @@ ^^d1^^bf5^^bf^^d4 ^^d1^^bf5^^c3^^d4 ^^d1^^c14^^aa -^^d1^^c15^^ab^^d8 ^^d1^^c15^^c5^^d2 ^^d1^^c15^^cb^^c1 ^^d1^^c25^^c1^^c3 @@ -2209,6 +2206,7 @@ ^^d1^^ca5^^b4^^a7 ^^d1^^ca5^^b4^^b9 ^^d1^^ca5^^b4^^d5 +^^d1^^ca5^^b5^^d4 ^^d1^^ca5^^b6^^d2 ^^d1^^ca5^^bb^^d9 ^^d1^^ca5^^c1^^d1 @@ -2282,8 +2280,9 @@ ^^d23^^b4^^d4 ^^d2^^b45^^e4^^b7 ^^d2^^b45^^e4^^cb -^^d23^^b5^^c3^^d2 -^^d23^^b5^^c3^^d5 +^^d21^^b5 +^^d24^^b5^^ad +^^d24^^b5^^c0 ^^d2^^b54^^c7 ^^d21^^b7 ^^d24^^b7^^b8 @@ -2323,6 +2322,7 @@ ^^d2^^be5^^c5^^c7 ^^d2^^bf5^^b5^^e9 ^^d2^^bf5^^c3^^d4 +^^d23^^bf^^d4 ^^d21^^c0 ^^d24^^c0^^bb ^^d24^^c0^^c5 @@ -2464,6 +2464,7 @@ ^^d4^^a15^^c5^^e9 ^^d4^^a15^^c7^^d2 ^^d4^^a15^^c9^^d8 +^^d43^^a1^^d4 ^^d4^^a1^^d45^^ca ^^d41^^a2 ^^d44^^a2^^ca @@ -2481,6 +2482,8 @@ ^^d4^^a75^^cd^^c3 ^^d4^^a85^^c8^^d5 ^^d4^^aa4^^b9 +^^d4^^aa5^^c5^^d4 +^^d4^^aa5^^e0^^aa ^^d4^^ad5^^cb^^b9 ^^d4^^ad5^^e2^^ad ^^d4^^b45^^a9^^d4 @@ -2497,8 +2500,8 @@ ^^d4^^b55^^c5^^b4 ^^d4^^b55^^c5^^d2 ^^d4^^b55^^c7^^ca -^^d4^^b55^^ca^^c1 ^^d41^^b5^^d4 +^^d43^^b5^^d8 ^^d4^^b75^^b8^^d1 ^^d4^^b75^^ca^^b9 ^^d43^^b8^^d5 @@ -2553,6 +2556,7 @@ ^^d41^^c5^^d4 ^^d4^^c75^^a1^^d4 ^^d4^^c75^^ab^^d5 +^^d4^^c75^^b7^^c3 ^^d4^^c75^^ba^^d4 ^^d4^^c75^^c2^^cd ^^d4^^c75^^c3^^d4 @@ -2674,7 +2678,6 @@ ^^d7^^cd5^^c2^^b9 ^^d7^^cd5^^c2^^d2 ^^d7^^cd5^^c3^^d7 -^^d7^^cd5^^c5^^d1 ^^d7^^cd5^^c5^^d2 ^^d7^^cd5^^c5^^e9 ^^d7^^cd5^^ca^^cd @@ -2727,10 +2730,10 @@ ^^d8^^b55^^a1^^c7 ^^d8^^b55^^a1^^d4 ^^d8^^b55^^ab^^cd +^^d8^^b55^^b5^^a1 ^^d85^^b5^^c3^^d0 ^^d85^^b5^^c3^^d4 ^^d8^^b55^^c5^^d8 -^^d8^^b55^^ca^^e8 ^^d83^^b7^^a1 ^^d8^^b75^^b8^^d1 ^^d85^^b7^^c3^^d4 @@ -2758,6 +2761,7 @@ ^^d8^^bb5^^ca^^c3 ^^d8^^bb5^^ce^^d2 ^^d8^^bb5^^e2^^c0 +^^d8^^bb5^^e2^^c5 ^^d8^^be5^^be^^d2 ^^d8^^be5^^c0^^d4 ^^d8^^c05^^aa^^c5 @@ -2769,6 +2773,7 @@ ^^d8^^c25^^aa^^e8 ^^d8^^c25^^bd^^e9 ^^d81^^c3 +^^d8^^c35^^a2^^e8 ^^d84^^c3^^a4 ^^d84^^c3^^a9 ^^d84^^c3^^aa @@ -2795,6 +2800,7 @@ ^^d8^^c55^^ca^^e1 ^^d83^^c5^^d2 ^^d83^^c5^^d4 +^^d8^^c85^^e2^^c5 ^^d8^^c95^^a8^^d5 ^^d8^^c95^^ae^^d5 ^^d8^^c95^^bb^^c3 @@ -2837,8 +2843,10 @@ ^^d9^^bb5^^c3^^e8 ^^d9^^bb5^^e1^^ba ^^d9^^bb5^^e2^^a9 +^^d9^^bf5^^c7^^d5 ^^d92^^c1 ^^d95^^c1^^d4^^b9 +^^d9^^c35^^a2^^e8 ^^d9^^c34^^b3 ^^d95^^c3^^b3^^c0 ^^d95^^c3^^b3^^c1 @@ -2850,6 +2858,7 @@ ^^d9^^c34^^c1 ^^d9^^c55^^a1^^c3 ^^d9^^c55^^a4^^e8 +^^d93^^c5^^d1 ^^d9^^ca4^^c7 ^^d91^^e0 ^^d91^^e2 @@ -2860,14 +2869,9 @@ ^^d9^^eb5^^a8^^d5 ^^d9^^eb5^^cd^^d5 ^^e02 -^^e0^^a12 -^^e0^^a15^^a8^^d4 -^^e0^^a15^^c1^^cd ^^e0^^a15^^c2^^d9 ^^e0^^a15^^c7^^d1 ^^e0^^a15^^c8^^c7 -^^e0^^a15^^c8^^d4 -^^e0^^a15^^ca^^c3 ^^e0^^a15^^cd^^d4 ^^e0^^a45^^ab^^cd ^^e0^^a45^^c1^^d5 @@ -2882,7 +2886,6 @@ ^^e0^^ab5^^b9^^cd ^^e0^^ab5^^c3^^d8 ^^e0^^ab5^^e1^^a4 -^^e0^^ab5^^e2^^a1 ^^e0^^b45^^ab^^d4 ^^e0^^b45^^ba^^d4 ^^e0^^b45^^c3^^d1 @@ -2892,6 +2895,7 @@ 2^^e0^^b5^^aa ^^e0^^b55^^bb^^d8 ^^e0^^b55^^c1^^d5 +^^e0^^b55^^c1^^d9 ^^e0^^b55^^c3^^d4 ^^e0^^b55^^c5^^d8 ^^e0^^b55^^c8^^c7 @@ -2907,12 +2911,13 @@ 4^^e0^^b9^^c2 ^^e0^^b95^^c3^^d0 ^^e0^^b95^^c3^^d1 +^^e0^^b94^^ca +^^e0^^b95^^ca^^d2 ^^e0^^b95^^e0^^c7 ^^e0^^ba5^^b5^^e9 ^^e0^^ba5^^ba^^d5 ^^e0^^ba5^^c3^^d4 ^^e0^^ba5^^c3^^d8 -^^e0^^ba5^^c5^^d2 ^^e0^^ba5^^c5^^d5 ^^e0^^bb5^^b5^^cd ^^e0^^bb5^^ca^^a1 @@ -2925,7 +2930,6 @@ ^^e0^^c05^^b5^^c3 ^^e0^^c05^^b7^^d8 ^^e0^^c15^^a6^^d4 -^^e0^^c15^^ab^^cd ^^e0^^c15^^b4^^d4 ^^e0^^c15^^c5^^d2 ^^e0^^c35^^a1^^d0 @@ -3005,6 +3009,7 @@ ^^e2^^a45^^b5^^d4 ^^e2^^a45^^c1^^d9 ^^e2^^a45^^c1^^e8 +^^e2^^a45^^c3^^d4 ^^e2^^a45^^c5^^cd ^^e2^^a45^^c5^^d1 ^^e2^^a45^^cd^^cd @@ -3015,7 +3020,12 @@ ^^e2^^a95^^e0^^ba ^^e2^^aa5^^b4^^d6 ^^e2^^aa5^^cb^^e8 -^^e2^^ab1 +^^e2^^ab5^^a1^^c3 +^^e2^^ab5^^b9^^d5 +^^e2^^ab5^^bf^^d4 +^^e2^^ab5^^c2^^d9 +^^e2^^ab5^^c5^^d9 +^^e2^^ab5^^ca^^e0 ^^e2^^ad4^^aa ^^e2^^ad5^^bb^^c7 ^^e2^^b45^^a8^^d5 @@ -3023,23 +3033,25 @@ ^^e2^^b45^^c3^^d2 ^^e2^^b45^^c5^^d4 ^^e2^^b55^^a1^^c3 -^^e2^^b55^^a4^^cd ^^e2^^b55^^c3^^cd ^^e2^^b55^^c3^^d2 ^^e2^^b55^^c3^^d4 ^^e2^^b55^^c5^^d4 ^^e2^^b75^^a1^^c3 ^^e2^^b75^^a4^^cd +^^e2^^b75^^be^^c5 ^^e2^^b75^^c3^^cd ^^e2^^b75^^e1^^cd ^^e2^^b85^^b7^^b9 ^^e2^^b85^^bb^^a1 ^^e2^^b85^^c7^^b9 +^^e2^^b85^^e0^^bf ^^e2^^b95^^b7^^d8 ^^e2^^b95^^bb^^a8 ^^e2^^b95^^c3^^c1 ^^e2^^b95^^c3^^d2 ^^e2^^ba5^^aa^^d8 +^^e2^^ba5^^ab^^cd ^^e2^^ba5^^b5^^e9 ^^e2^^ba5^^c3^^cd ^^e2^^ba5^^c3^^d1 @@ -3051,6 +3063,7 @@ ^^e2^^bb5^^c5^^d4 ^^e2^^bb5^^e1^^c5 ^^e2^^bb5^^e2^^bb +^^e2^^bb5^^e2^^c5 ^^e2^^be5^^ab^^d4 ^^e2^^be5^^b7^^d0 ^^e2^^be5^^c3^^d0 @@ -3059,30 +3072,30 @@ ^^e2^^be5^^c5^^d5 ^^e2^^be5^^cb^^d2 ^^e2^^be5^^e1^^b7 +^^e2^^be5^^e4^^ab +^^e2^^bf5^^a1^^c3 ^^e2^^bf5^^b9^^d5 ^^e2^^c05^^a4^^d4 ^^e2^^c05^^e4^^a4 ^^e2^^c15^^a6^^d5 -^^e2^^c15^^ab^^d1 ^^e2^^c15^^b4^^d9 ^^e2^^c15^^c3^^e7 ^^e2^^c15^^cb^^d2 ^^e2^^c25^^b6^^d4 ^^e2^^c35^^a1^^d0 +^^e2^^c35^^a4^^d4 +^^e2^^c35^^a7^^d1 ^^e2^^c35^^aa^^d4 ^^e2^^c35^^b8^^b9^^d0 -^^e2^^c35^^be^^c5 -^^e2^^c35^^bf^^cd -^^e2^^c35^^bf^^d5 ^^e2^^c35^^c3^^d2 -^^e2^^c35^^c3^^e8 ^^e2^^c35^^c5^^e8 +^^e2^^c3^^ca4 +^^e2^^c35^^ca^^e0 ^^e2^^c35^^cb^^b9 ^^e2^^c35^^cd^^d5 ^^e2^^c35^^ce^^d4 ^^e2^^c35^^e1^^c1 ^^e2^^c35^^e4^^c5 -1^^e2^^c5 ^^e2^^c55^^a1^^c3 ^^e2^^c55^^a1^^d4 ^^e2^^c55^^a1^^d5 @@ -3118,6 +3131,7 @@ ^^e2^^cd5^^c5^^d0 ^^e2^^cd5^^ca^^b6 ^^e2^^cd5^^cd^^d4 +^^e2^^ce5^^e2^^c5 3^^e3^^aa^^e9 1^^e3^^cb ^^e4^^a15^^c5^^d2 @@ -3130,16 +3144,17 @@ ^^e4^^a45^^c8^^c7 ^^e4^^aa5^^b9^^e8 ^^e4^^aa5^^c8^^c7 +^^e4^^ab5^^b4^^cd ^^e4^^ab5^^ba^^cd ^^e4^^ab5^^ba^^d5 ^^e4^^ab5^^bb^^c3 -^^e4^^ab5^^e2^^a4 ^^e4^^b45^^bf^^d8 ^^e4^^b45^^bf^^d9 ^^e4^^b45^^c5^^d4 ^^e4^^b45^^cd^^cd ^^e4^^b75^^bf^^cd ^^e4^^b75^^c3^^cd +^^e4^^b75^^e1^^b7 3^^e4^^b9^^c2 ^^e4^^bb5^^c3^^d4 ^^e4^^be5^^aa^^c2 @@ -3174,7 +3189,6 @@ ^^e4^^cd5^^c8^^c7 ^^e4^^cd5^^c8^^d8 ^^e4^^cd5^^c8^^d9 -^^e4^^cd5^^cd^^cd ^^e4^^ce1 ^^e7^^a15^^ab^^d1 ^^e7^^a15^^ab^^d5 @@ -3308,9 +3322,6 @@ ^^e9^^d25^^aa^^e8 ^^e9^^d25^^aa^^e9 ^^e9^^d25^^b4^^d5 -^^e9^^d25^^b5^^c3 -^^e9^^d25^^b5^^e8 -^^e9^^d25^^b5^^e9 ^^e9^^d25^^b6^^d4 ^^e9^^d25^^b6^^d6 ^^e9^^d25^^ba^^e8 @@ -3337,9 +3348,10 @@ ^^eb^^c25^^cd^^d4 ^^eb^^cd5^^b4^^eb ^^ec^^a45^^ca^^e0 +^^ec^^a45^^e1^^c5 ^^ec1^^ba -^^ec4^^c1^^cd -^^ec5^^c1^^cd^^b9 +^^ec1^^be +^^ec1^^c3 ^^ec1^^e0 ^^ec1^^e1 ^^ec1^^e2 @@ -4046,7 +4058,7 @@ ^^d47^^ca^^d5 ^^a17^^ca^^d5 % Force '^^e2^^ba-^^c5^^d2', '^^c1^^d9-^^c5^^d2', '^^cd^^a8-^^c5^^d2', '^^e0^^c7-^^c5^^d2', '^^e0^^b9~^^ba^^d4^^c7-^^c5^^d2', '^^e0^^c1^^a2-^^c5^^d2', -% '^^e0^^c7~^^e0^^b9~^^ab^^d9~^^e0^^cd-^^c5^^d2', ^^e1^^aa^^a7~^^a1^^c3^^d5-^^c5^^d2', '^^e2^^c1~^^e2^^b5~^^e2^^c3-^^c5^^d2' +% '^^e0^^c7~^^e0^^b9~^^ab^^d9~^^e0^^cd-^^c5^^d2', ^^e1^^aa^^a7~^^a1^^c3^^d5-^^c5^^d2', '^^e2^^c1~^^e2^^b5~^^e2^^c3-^^c5^^d2', '^^c7^^d4~^^e2^^cd-^^c5^^d2', '^^e2^^ab-^^c5^^d2' ^^e2^^ba7^^c5^^d2 ^^d97^^c5^^d2 ^^cd^^a87^^c5^^d2 @@ -4056,6 +4068,8 @@ ^^e0^^cd7^^c5^^d2 ^^d57^^c5^^d2 ^^e2^^c37^^c5^^d2 +^^e2^^cd7^^c5^^d2 +^^e2^^ab7^^c5^^d2 % Force '^^ca^^d1^^b7~^^b8^^d2~^^b8^^d4-^^a1^^d0', '^^cd^^d2~^^a4^^d1^^b9~^^b5^^d8-^^a1^^d0' ^^d47^^a1^^d0 ^^d87^^a1^^d0 @@ -4341,8 +4355,6 @@ ^^b97^^b5^^d8. % Block '^^a1^^c3^^c3-^^b5^^d8' caused by '1^^b5^^d8' pattern ^^c3^^c36^^b5^^d8 -% Force '^^ca^^c7^^d1^^ca-^^b5^^d4' -^^d1^^ca7^^b5^^d4 % Force '^^c1^^d2-^^b5^^c4' ^^c1^^d27^^b5^^c4 % Force '^^bb^^af^^d4-^^c3^^be', '^^bb^^c3^^d0~^^b5^^d4-^^c3^^be' @@ -4839,6 +4851,19 @@ ^^b17^^b1^^d8 % Force '^^e0^^c5^^c9-^^af^^d8' ^^c97^^af^^d8 +% Force '^^aa^^d2-^^b5^^d2' inhibited by '^^aa^^d22^^b5' pattern +^^d27^^b5^^d2 +% Force '^^b4^^d2^^c7-^^b5^^a1', '^^bb^^c5^^a7-^^b5^^a1' inhibited by '2^^b5^^a1' pattern +^^c77^^b5^^a1 +^^a77^^b5^^a1 +% Block '^^e0^^a1-^^b5^^d8' caused by '^^a11^^b5' pattern, but allows potential '^^e0^^a1-^^b5^^d8^^c1~^^c7^^b4^^d5' +^^e0^^a16^^b5^^d8. +% Force '^^e0^^ca-^^b5^^d8', '^^c1^^d1^^ca-^^b5^^d8' +^^ca7^^b5^^d8 +% Force '^^c5^^d4-^^ba^^a7' inhibited by '^^c5^^d44^^ba' pattern +^^c5^^d47^^ba^^a7 +% Force '^^e0^^ce-^^e2^^c5' +^^ce7^^e2 } \endgroup \endinput diff --git a/Master/texmf-dist/tex/generic/thailatex/thai.ldf b/Master/texmf-dist/tex/generic/thailatex/thai.ldf index fa4ba6ae6ec..89d22f63792 100644 --- a/Master/texmf-dist/tex/generic/thailatex/thai.ldf +++ b/Master/texmf-dist/tex/generic/thailatex/thai.ldf @@ -37,10 +37,10 @@ %% and covered by LPPL is defined by the unpacking scripts (with %% extension .ins) which are part of the distribution. \ProvidesLanguage{thai} - [2011/12/19 v1.4c Thai support from the babel system] + [2013/01/29 v1.5 Thai support from the babel system] %% 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), @@ -160,6 +160,7 @@ \addto\extrasthai{\thaitext} \addto\noextrasthai{\latintext} \def\wbr{\hskip0pt\relax} +\setlength{\emergencystretch}{0.6em} \renewcommand{\baselinestretch}{1.2} \def\thaitranslate#1{\ifx @#1% \else\ifcase#1 -- cgit v1.2.3