Next: , Previous: , Up: Chapter Structuring   [Contents][Index]


5.2 Structuring Command Types

The chapter structuring commands fall into four groups or series, each of which contains structuring commands corresponding to the hierarchical levels of chapters, sections, subsections, and subsubsections.

The four groups of commands are the @chapter series, the @unnumbered series, the @appendix series, and the @heading series. Each command produces a title with a different appearance in the body of the document. Some of the commands list their titles in the tables of contents, while others do not. Here are the details:

When a @setchapternewpage command says to do so, the @chapter, @unnumbered, and @appendix commands start new pages in the printed manual; the @heading commands do not. See @setchapternewpage.

Here is a summary:

No new page
NumberedUnnumberedLettered/numberedUnnumbered
In contentsIn contentsIn contentsNot in contents
@top@majorheading
@chapter@unnumbered@appendix@chapheading
@section@unnumberedsec@appendixsec@heading
@subsection@unnumberedsubsec@appendixsubsec@subheading
@subsubsection@unnumberedsubsubsec@appendixsubsubsec@subsubheading

Next: , Previous: , Up: Chapter Structuring   [Contents][Index]