这是我刚刚回答的另外一个问题的答案,这里也适用。
就我目前所知简单点的处理方法就是手动调整section的counter。section就是一个counter。
比如setcounter{section}{6} 就把节号调到6了。不过章节的形式是2.6的样子,所以你可能想只要6.?
那么你可以使用如下命令:
\renewcommand{\thesection}{\arabic{section}.}
那么样子大概就类似这样了。
blabla
blabla
chapter 2
you set the section counter to 2
andthen
3. blabla
\section*{TERMS AND CONDITIONS}
\section{Definitions.}
\setcounter{section}{1}放在subsection之前。
vspace语句
请采纳。。。。
加一行\indent\par