summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ctex/def
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-10-18 23:43:46 +0000
committerKarl Berry <karl@freefriends.org>2009-10-18 23:43:46 +0000
commitde25a18fb71d293afbad80c336c52bddcea41a71 (patch)
tree56ebc4aa5cb7cbe613f0a0726e5563ebc3f3e32a /Master/texmf-dist/tex/latex/ctex/def
parent19de295925dd12473c10fd3db3daf8ec34374fdc (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')
-rw-r--r--Master/texmf-dist/tex/latex/ctex/def/ctex-gbk.def5
-rw-r--r--Master/texmf-dist/tex/latex/ctex/def/ctex-utf8.def5
2 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/ctex/def/ctex-gbk.def b/Master/texmf-dist/tex/latex/ctex/def/ctex-gbk.def
index bfc00a39bf8..8976f88fe7a 100644
--- a/Master/texmf-dist/tex/latex/ctex/def/ctex-gbk.def
+++ b/Master/texmf-dist/tex/latex/ctex/def/ctex-gbk.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
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