发布时间:2011-01-02 15:42:39
文章类别:表格制作
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100o40e.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
LaTeX 能自动生成表格的编号,如表1,表2…… 但我需要把这些自动编号的表格的表头标题改成表一,表二……的形式,
我模仿更改章节标题的方法: \renewcommand{\chaptername}{第\CJKnumber{\thechapter}章}
改成: \renewcommand{\tablename}{\xiaosihao\HEI 表~\CJKnumber{\thetable}}
却不行,这是为什么,应怎么改?谢谢!
【解决方案】
\renewcommand{\tablename}{\xiaosihao\HEI 表}
\renewcommand{\thetable}{\CJKnumber{\value{table}}}
选自:http://zhidao.baidu.com/question/110919863.html
发表评论 取消回复