I have a problem about the example 3-3-4 in book the latex companion.
the codes are as following:
Code: Select all
\usepackage{calc,pifont} \newcounter{local}
\renewcommand\theenumi{\protect\setcounter{local}%
{171+\the\value{enumi}}\protect\ding{\value{local}}}
\renewcommand\labelenumi{\theenumi}
....
\begin{document}
\begin{enumerate}
.....
\end{enumerate}
thanks.