Skip to main content
Use heading levels to build a clear document hierarchy.

Basic Hierarchy

hierarchy.tex
\part{Part I}
\chapter{Introduction}
\section{Background}
\subsection{Motivation}
\subsubsection{Scope}
\paragraph{Note}

Numbered vs Unnumbered Headings

numbered-unnumbered.tex
\section{Numbered Section}
\section*{Unnumbered Section}
\addcontentsline{toc}{section}{Unnumbered Section}

Best Practices

  • Keep heading depth consistent across chapters.
  • Avoid skipping levels (for example chapter directly to subsubsection).
  • Use unnumbered headings only for front/back matter sections.