diff options
author | Karl Berry <karl@freefriends.org> | 2009-10-18 23:43:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-10-18 23:43:46 +0000 |
commit | de25a18fb71d293afbad80c336c52bddcea41a71 (patch) | |
tree | 56ebc4aa5cb7cbe613f0a0726e5563ebc3f3e32a /Master/texmf-dist/tex/latex/ctex/def/ctex-utf8.def | |
parent | 19de295925dd12473c10fd3db3daf8ec34374fdc (diff) |
ctex r206 (14oct09)
git-svn-id: svn://tug.org/texlive/trunk@15830 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ctex/def/ctex-utf8.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/ctex/def/ctex-utf8.def | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/ctex/def/ctex-utf8.def b/Master/texmf-dist/tex/latex/ctex/def/ctex-utf8.def index 5b106be224d..10493a5b381 100644 --- a/Master/texmf-dist/tex/latex/ctex/def/ctex-utf8.def +++ b/Master/texmf-dist/tex/latex/ctex/def/ctex-utf8.def @@ -22,7 +22,10 @@ \def\CTEX@todaysmall{~\the\year~年~\the\month~月~\the\day~日} \def\CTEX@todaybig{% - \CJKdigits{\the\year}年\CJKnumber{\the\month}月\CJKnumber{\the\day}日} + \CTEXdigits{\temp@year}{\the\year}% + \CTEXnumber{\temp@month}{\the\month}% + \CTEXnumber{\temp@day}{\the\day}% + \temp@year{}年\temp@month{}月\temp@day{}日} \endinput |