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/pinyin.sty | |
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/pinyin.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/CJK/pinyin.sty | 29 |
1 files changed, 26 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/CJK/pinyin.sty b/Master/texmf-dist/tex/latex/CJK/pinyin.sty index 209b539561c..55bebfa7088 100644 --- a/Master/texmf-dist/tex/latex/CJK/pinyin.sty +++ b/Master/texmf-dist/tex/latex/CJK/pinyin.sty @@ -3,12 +3,29 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.6.0 (11-Aug-2005) +% Version 4.7.0 (17-Oct-2006) % % This style file works with plain TeX also. -\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} \catcode`@=11 \endlinechar \m@ne @@ -40,11 +57,15 @@ % pinyin syllables. The only exception is the internal command \long which % can't be renamed because almost all other packages would fail. % +% Note that \ding is not a basic LaTeX macro but defined in pifont.sty, part +% of the psnfss package. +% % All other pinyin syllables will be defined below. \let\PYa=\a \let\PYchi=\chi \let\PYcong=\cong +\let\PYding=\ding \let\PYge=\ge \let\PYhang=\hang \let\PYle=\le @@ -67,6 +88,7 @@ \let\a=\py@@a \let\chi=\py@chi \let\cong=\py@cong + \let\ding=\py@ding \let\ge=\py@ge \let\hang=\py@hang \let\le=\py@le @@ -88,6 +110,7 @@ \let\a=\PYa \let\chi=\PYchi \let\cong=\PYcong + \let\ding=\PYding \let\ge=\PYge \let\hang=\PYhang \let\le=\PYle |