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.def28
1 files changed, 28 insertions, 0 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
new file mode 100644
index 00000000000..5b106be224d
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/ctex/def/ctex-utf8.def
@@ -0,0 +1,28 @@
+% ctex-utf8.def
+% vim:ft=tex
+
+\def\CTEXnullspace{0pt}
+\def\CTEX@null{\kern\CTEXnullspace{}〇\kern\CTEXnullspace}
+\def\CTEX@zero{零}
+\def\CTEX@one{一}
+\def\CTEX@two{二}
+\def\CTEX@three{三}
+\def\CTEX@four{四}
+\def\CTEX@five{五}
+\def\CTEX@six{六}
+\def\CTEX@seven{七}
+\def\CTEX@eight{八}
+\def\CTEX@nine{九}
+\def\CTEX@ten{十}
+\def\CTEX@hundred{百}
+\def\CTEX@thousand{千}
+\def\CTEX@tenthousand{万}
+\def\CTEX@hundredmillion{亿}
+\def\CTEX@minus{-}
+
+\def\CTEX@todaysmall{~\the\year~年~\the\month~月~\the\day~日}
+\def\CTEX@todaybig{%
+ \CJKdigits{\the\year}年\CJKnumber{\the\month}月\CJKnumber{\the\day}日}
+
+\endinput
+