Time for action – modifying lists using enumitem
Let's change the numbering scheme. We shall number alphabetically using circled letters. Furthermore, we will replace bullets by dashes:
- We shall discard
paralist
and load the packageenumitem
instead. We will turn away from the compact environments returning to the standard list notation:\documentclass{article} \usepackage{enumitem} \setlist{nolistsep} \setitemize[1]{label=---} \setenumerate[1]{label=\textcircled{\scriptsize\Alph*}, font=\sffamily} \begin{document} \begin{enumerate} \item State the paper size by an option to the document class \item Determine the margin dimensions using one of these packages: \begin{itemize} \item geometry \item typearea \end{itemize} \item Customize header and ...
Get LaTeX Beginners Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.