码迷,mamicode.com
首页 > 其他好文 > 详细

试试中文时间

时间:2016-06-19 19:57:37      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:

\documentclass{article}
\usepackage{ctex}
\usepackage{mathtools}
\usepackage{siunitx}
\sisetup{table-number-alignment = center}

\begin{document}

\CTEXdigits{\nian}{\the\year}
\CTEXdigits{\yue}{\the\month}
\CTEXdigits{\ri}{\the\day}
\nian 年 \yue 月 \ri 日

\the\year 年 \the\month 月 \the\day 日

\[
\begin{pmatrix*}[S]
0.5 & 2.3 \\
1 & 3 \\
\end{pmatrix*}
\]

\[
\left( \begin{array}{@{}SS@{}}
0.5 & 2.3 \\
1 & 3 \\
\end{array} \right)
\]

\end{document}

试试中文时间

标签:

原文地址:http://www.cnblogs.com/yinjc/p/5598511.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!