1.4 Structuring
In LaTeX, each document class offers different structuring options. These are used to separate content and structure.
article
\section{Title}
\subsection{Subtitle}
\subsubsection{Sub-subtitle}
\paragraph{Paragraph}
\subparagraph{Subparagraph}
report
\chapter{Chapter}
\section{Title}
\subsection{Subtitle}
\subsubsection{Sub-subtitle}
\paragraph{Paragraph}
\subparagraph{Subparagraph}
book
\chapter{Chapter}
\section{Title}
\subsection{Subtitle}
\subsubsection{Sub-subtitle}
\paragraph{Paragraph}
\subparagraph{Subparagraph}
letter
There are no chapters / sections in this class.
beamer
\section{Title}
\subsection{Subtitle}