summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ctex/def/ctex-utf8.def
diff options
context:
space:
mode:
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.def5
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