[问题] 如何在newenvironment里面打入中文

楼主: marcoii (晴空乱流)   2013-10-25 14:00:53
是这样的,小弟想要自己设计一个environment,将题号由latex写出。
\documentclass[paper=a4]{article}
\usepackage{CJK}
\newcounter{ProblemCnt}
\setcounter{ProblemCnt}{0}
\newenvironment{Problem} {
\stepcounter{ProblemCnt}
\begin{CJK}{UTF8}{bkai}
第 \arabic{ProblemCnt} 题
}{
\end{CJK}
}
\begin{document}
\begin{Problem}
测试
\end{Problem}
\end{document}
**************************
但跑出来的结果,是:
1 测试
请问要如何让中文“第...题”可以出现呢??

Links booklink

Contact Us: admin [ a t ] ucptt.com