diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ctex/def')
-rw-r--r-- | Master/texmf-dist/tex/latex/ctex/def/ctex-gbk.def | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ctex/def/ctex-utf8.def | 5 |
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 |