diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/CJK/CJKnumb.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/CJK/CJKnumb.sty | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/CJK/CJKnumb.sty b/Master/texmf-dist/tex/latex/CJK/CJKnumb.sty index 4ab46d2f4bf..c3bcd383ec5 100644 --- a/Master/texmf-dist/tex/latex/CJK/CJKnumb.sty +++ b/Master/texmf-dist/tex/latex/CJK/CJKnumb.sty @@ -3,16 +3,33 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.6.0 (11-Aug-2005) +% Version 4.7.0 (17-Oct-2006) % % % Say e.g. \CJKnumber{153} to get a CJK representation of this number. -\def\fileversion{4.6.0} -\def\filedate{2005/08/11} +% 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 + +\def\fileversion{4.7.0} +\def\filedate{2006/10/17} \ProvidesPackage{CJKnumb}[\filedate\space\fileversion] -\RequirePackage{CJK}[2005/08/11] +\RequirePackage{CJK}[2006/10/17] % we suppress any unwanted spaces produced by linefeeds. @@ -52,6 +69,7 @@ \CJKaddEncHook{Bg5}{\CJK@traditionalNumbers} \CJKaddEncHook{Bg5+}{\CJK@traditionalNumbers} +\CJKaddEncHook{HK}{\CJK@traditionalNumbers} \def\CJK@simplifiedNumbers{ \def\CJK@null{\kern\CJKnullspace\CJKchar{161}{240}\kern\CJKnullspace} |