使用LaTeX增加子标题中的嵌套

时间:2010-05-20 13:59:35

标签: latex

以下是我目前的例子:

\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中,我只能进入subsubsection1.1.1.1),但我需要能够进一步下去......例如,类似这样的事情{{1} }。是否有任何命令可以让我这样做?

2 个答案:

答案 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