diff options
author | Werner Lemberg <wl@gnu.org> | 2006-10-21 10:06:15 +0000 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2006-10-21 10:06:15 +0000 |
commit | 5782cbc4de0815facc5f03d2be5eeba5801870b9 (patch) | |
tree | 0370aaafafe1f1bacbc262901cae1b40b7f0cb81 /Master/texmf-dist/tex/latex/CJK/mule | |
parent | e27c27217a676cb0b3701f52ae66b118283a89a5 (diff) |
Update to CJK 4.7.0
git-svn-id: svn://tug.org/texlive/trunk@2361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/CJK/mule')
-rw-r--r-- | Master/texmf-dist/tex/latex/CJK/mule/MULEenc.sty | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/CJK/mule/MULEenc.sty b/Master/texmf-dist/tex/latex/CJK/mule/MULEenc.sty index 2ecbeb31974..3f84b6673c1 100644 --- a/Master/texmf-dist/tex/latex/CJK/mule/MULEenc.sty +++ b/Master/texmf-dist/tex/latex/CJK/mule/MULEenc.sty @@ -3,12 +3,30 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.6.0 (11-Aug-2005) +% Version 4.7.0 (17-Oct-2006) + +% Copyright (C) 1994-2006 Werner Lemberg <wl@gnu.org> +% +% This program is free software; you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation; either version 2 of the License, or +% (at your option) any later version. +% +% This program is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You should have received a copy of the GNU General Public License +% along with this program in doc/COPYING; if not, write to the Free +% Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, +% MA 02110-1301 USA + \makeatletter \endlinechar \m@ne -\def\fileversion{4.6.0} -\def\filedate{2005/08/11} +\def\fileversion{4.7.0} +\def\filedate{2006/10/17} \ProvidesFile{MULEenc.sty}[\filedate\space\fileversion] \NeedsTeXFormat{LaTeX2e}[1998/06/01] @@ -385,9 +403,9 @@ \addto@hook{\every@verbatim}{ \renewcommand{\Thaiglue}{} \mule@def{61}{}}} -\@ifundefined{CJK@verbatim} - {\def\CJK@verbatim{}} - {} +\ifx\CJK@verbatim \@undefined + \def\CJK@verbatim{} +\fi \def\CJKverbatim{ \mule@verbatim |