4.10 @subsubsection and Other Subsub Commands

The fourth and lowest level sectioning commands in Texinfo are the ‘subsub’ commands. They are:

@subsubsection

Subsubsections are to subsections as subsections are to sections. (See @subsection: Subsections Below Sections.) Subsubsection titles appear in the table of contents.

@unnumberedsubsubsec

Unnumbered subsubsection titles appear in the table of contents, but lack numbers. Otherwise, unnumbered subsubsections are the same as subsubsections.

@appendixsubsubsec

Conventionally, appendix commands are used only for appendices and are lettered and numbered appropriately. They also appear in the table of contents.

@subsubheading

The @subsubheading command may be used anywhere that you want a small heading that will not appear in the table of contents.

As with subsections, @unnumberedsubsubsec and @appendixsubsubsec do not need to be used in ordinary circumstances, because @subsubsection may also be used within subsections of @unnumbered and @appendix chapters (see @section: Sections Below Chapters).