diff options
author | Karl Berry <karl@freefriends.org> | 2008-08-14 00:28:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-08-14 00:28:38 +0000 |
commit | d2c0375dcb3379f100173288076748d4db7d6d89 (patch) | |
tree | e4a3905636234499ec2c17461d32494aa548f14b /Master/texmf-dist/tex/latex/cjk/CJK.sty | |
parent | 9b51531d5c599a9c9b92c73656ea79b3af61dc86 (diff) |
cjk 4.8.1 (TeX Live notes 10 Aug 2008 22:33:38)
git-svn-id: svn://tug.org/texlive/trunk@10331 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cjk/CJK.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/cjk/CJK.sty | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/cjk/CJK.sty b/Master/texmf-dist/tex/latex/cjk/CJK.sty index d50dfe94fd8..af9534e3da6 100644 --- a/Master/texmf-dist/tex/latex/cjk/CJK.sty +++ b/Master/texmf-dist/tex/latex/cjk/CJK.sty @@ -3,7 +3,7 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) % Copyright (C) 1994-2008 Werner Lemberg <wl@gnu.org> % @@ -23,8 +23,8 @@ % MA 02110-1301 USA \NeedsTeXFormat{LaTeX2e}[2001/06/01] -\def\fileversion{4.8.0} -\def\filedate{2008/05/22} +\def\fileversion{4.8.1} +\def\filedate{2008/08/10} \ProvidesPackage{CJK}[\filedate\space\fileversion] \RequirePackage{MULEenc} @@ -890,6 +890,11 @@ \repeat} +% the following macro is a signature for `CJKspace.sty'. + +\def\CJK@@@{} + + % we assign to each active character ^^xx the macro \CJK@XX (if expansion % occurs); this will be done in the .bdg files. Then the various .enc % files define \CJK@.. (using \CJK@namegdef) with encoding-specific @@ -897,6 +902,7 @@ \def\CJK@namedef#1{ \CJK@active\def#1{ + \CJK@@@ \ifx\protect \@typeset@protect \string #1 \else @@ -905,6 +911,7 @@ \def\CJK@namepdef#1{ \CJK@active\def#1{ + \CJK@@@ \ifx\protect \@typeset@protect \expandafter\expandafter\expandafter\CJK@X \expandafter\string\expandafter#1 @@ -914,6 +921,7 @@ \def\CJK@nameppdef#1{ \CJK@active\def#1{ + \CJK@@@ \ifx\protect \@typeset@protect \expandafter\expandafter\expandafter\CJK@XX \expandafter\string\expandafter#1 @@ -923,6 +931,7 @@ \def\CJK@namepppdef#1{ \CJK@active\def#1{ + \CJK@@@ \ifx\protect \@typeset@protect \expandafter\expandafter\expandafter\CJK@XXX \expandafter\string\expandafter#1 @@ -932,6 +941,7 @@ \def\CJK@nameppppdef#1{ \CJK@active\def#1{ + \CJK@@@ \ifx\protect \@typeset@protect \expandafter\expandafter\expandafter\CJK@XXXX \expandafter\string\expandafter#1 |