Sections
Published on 30 Nov 2007Tags #LaTeX #ToC
Sections allow you to structure your document.
Book Parts and Chapters:
\part{TITLE}
\chapter{TITLE}
Organizing documents:
\section{TITLE}
\subsection{TITLE}
\subsubsection{TITLE}
\paragraph{TITLE}
\subparagraph{TITLE}
All the above commands automatically add an entry to the table of contents. to prevent this use one of the following commands:
\part*{TITLE}
\chapter*{TITLE}
\section*{TITLE}
\subsection*{TITLE}
\subsubsection*{TITLE}
\paragraph*{TITLE}
\subparagraph*{TITLE}
All sectioning commands have a number associated with them:
- part: 0
- chapter: 1
- section: 2
- subsection: 3
- subsubsection: 4
- paragraph: 5
- subparagraph: 6
Feedback is always welcome! If you'd like to get in touch with me concerning the contents of this article, please use Twitter.