LaTeX Wiki
Advertisement

The description environment is used to create definition lists.

Syntax[]

\begin{description}
    \item[label 1] description 1
    \item[label 2] description 2
\end{description}

Output[]

label 1
description 1
label 2
description 2
Advertisement