以下是我目前的例子:
\setcounter{secnumdepth}{3}
\chapter{The Chapter}
\section{First Section}
\subsection{First sub Section}
\subsubsection{First sub sub Section}
呈现如下内容:
Chapter 1
The Chapter
1.1 First Section
1.1.1 First Sub Section
1.1.1.1 First sub sub Section
现在很遗憾,在LaTeX中,我只能进入subsubsection
(1.1.1.1
),但我需要能够进一步下去......例如,类似这样的事情{{1} }。是否有任何命令可以让我这样做?
答案 0 :(得分:6)
试试这个:
\setcounter{secnumdepth}{5}
然后,您可以使用\paragraph
和\subparagraph
获得两个级别。对于更多级别,您需要扩展标准LaTeX的分段机制。这实际上并不困难,只是单调乏味。
答案 1 :(得分:2)
更进一步,你有书课:
part
chapter
section
subsection
subsubsection
paragraph
subparagraph
如果那不好,我不久前就掀起了这个.sty文件:
http://gist.github.com/raw/217934/9c391f6718ade897defa18bf8c504682a7d2d655/subsections.sty