I've recently seen How to "bubble in"/color fill an item counter ((A),(B),(C),...) in an enumerated list and I just wondered: what if I'd like to enumerate my list with the arabic numbers, i.e. 1,2,3 etc? What would be the code?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
Just replace all occurences of
|
|||
|
|

\begin{enumerate} \item whatever \end{enumerate}? (Withenumitemif something more fancy is needed.) – mbork Feb 27 at 20:03