computersci.org
Print     Recent Changes     Search    
Home




LaTeX Reference Manual


Sectioning

« Page Styles | Table of Contents | Spaces and Spacing »
Sectioning commands provide the means to structure your text into units.

    \part 
    \chapter (report and book class only) 
    \section 
    \subsection 
    \subsubsection 
    \paragraph 
    \subparagraph 

All sectioning commands take the same general form, i.e.,

   \chapter[optional]{title}

In addition to providing the heading in the text, the mandatory argument of the sectioning command can appear in two other places:

  1. The table of contents
  2. The running head at the top of the page

You may not want the same thing to appear in these other two places as appears in the text heading. To handle this situation, the sectioning commands have an optional argument that provides the text for these other two purposes.

The “sectioning commands” have *-forms that print a title, but do not include a number and do not make an entry in the table of contents. For example, the *-form of the \subsection command could look like:

   \subsection*{Example subsection}

The \appendix command changes the way sectional units are numbered. The \appendix command generates no text and does not affect the numbering of parts.

     \chapter{The First Chapter}
     …
     \appendix
     \chapter{The First Appendix}



« Page Styles | Table of Contents | Spaces and Spacing »

Page last modified on February 24, 2009, at 12:06 PM