由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - section编号问题
相关主题
appendis 格式问题请教问两个footnote的问题
一个对齐的问题公式编号前面怎么加入一个字母?
how to label the section number using I, II and so on\section{Example},如何把example 放在中间?
怎样把公式编号重新计数?Book里figure编号的问题
求教一个Latex章节编号的问题如何去掉section前面的数字
URGENT:: 大师,怎样改变程序代码中的font?Label problem
求问一个latex的编号引用问题编section号的一个问题
怎样改变标签样式?写subsection和subsubsection是不是命令不一样呢
相关话题的讨论汇总
话题: section话题: xxx话题: appendix话题: subsection话题: numbering
进入TeX版参与讨论
1 (共1页)
W*****k
发帖数: 158
1
如果想让 section title为 Appendix 1: xxx
跟着subsection numbering为 A1.1 xxx, A1.2 xxx, A1.3 xxx
然后下一个section title为 Appendix 2: xxx
subsection numbering为 A2.1, A2.2, A2.3...
应该怎么做呢? 谢谢!!
S**I
发帖数: 15689
2
\renewcommand\thesection{Appendix \arabic{section}}
\renewcommand\thesubsection{A\arabic{section}.\arabic{subsection}}
\setcounter{section}{0}

【在 W*****k 的大作中提到】
: 如果想让 section title为 Appendix 1: xxx
: 跟着subsection numbering为 A1.1 xxx, A1.2 xxx, A1.3 xxx
: 然后下一个section title为 Appendix 2: xxx
: subsection numbering为 A2.1, A2.2, A2.3...
: 应该怎么做呢? 谢谢!!

W*****k
发帖数: 158
3
thanks!

【在 S**I 的大作中提到】
: \renewcommand\thesection{Appendix \arabic{section}}
: \renewcommand\thesubsection{A\arabic{section}.\arabic{subsection}}
: \setcounter{section}{0}

1 (共1页)
进入TeX版参与讨论
相关主题
写subsection和subsubsection是不是命令不一样呢求教一个Latex章节编号的问题
how to indent sections in tex?URGENT:: 大师,怎样改变程序代码中的font?
请问怎么改变enumerate中item 标注的求问一个latex的编号引用问题
change bibliography to references, not centered anymore怎样改变标签样式?
appendis 格式问题请教问两个footnote的问题
一个对齐的问题公式编号前面怎么加入一个字母?
how to label the section number using I, II and so on\section{Example},如何把example 放在中间?
怎样把公式编号重新计数?Book里figure编号的问题
相关话题的讨论汇总
话题: section话题: xxx话题: appendix话题: subsection话题: numbering