diff --git a/content/lists.tex b/content/lists.tex index 75eacdc..ad151e1 100644 --- a/content/lists.tex +++ b/content/lists.tex @@ -15,7 +15,7 @@ Moreover, the items need to be extended by the term to be defined, put in bracke \Example{lst:description-list}{lists/description-list}{lists/description-list_crop}{Exemplary description list} The exuberant spacing between list items can be reduced by utilizing the \mono{paralist}\footnote{\url{https://www.ctan.org/pkg/paralist}} package. -To do so, we simply adjust the environment name: sh{compactitem} replaces sh{itemize}, sh{compactenum} replaces sh{enumerate}, and sh{compactdesc} replaces sh{description}. +To do so, we simply adjust the environment name: \sh{compactitem} replaces \sh{itemize}, \sh{compactenum} replaces \sh{enumerate}, and \sh{compactdesc} replaces \sh{description}. If the list ought to appear within a text body, \pkg{paralist} provides the extra environments \mono{inparaenum} and \mono{inparaitem}. We can customize bullet and list numbering styles via the \pkg{enumitem}\footnote{\url{https://www.ctan.org/pkg/enumitem}} package.