[texhax] List numbering change

Lars Madsen daleif at imf.au.dk
Sun Nov 14 17:38:43 CET 2004


Ivan Ivanov :

> Dear Collegues
>
> I have the following question. I use enumerate environment to generate
> lists like this:
> \begin{enumerate}
> \item One Thing
> \item Another Thing
> \item Yet Another Thing
> \end{enumerate}
>
> and produce the list
> 1. One Thing
> 2. Another Thing
> 3. Yet Another Thing
>
> I want to change list numbering in the following way
> S1. One Thing
> S2. Another Thing
> S3. Yet Another Thing
>
> i.e. I want to add a letter before the item number. Can you give me
> any advice on how to do this?
>
> Thank you very much in advance
> Ivan Ivanov
>

\usepackage{enumerate}

\begin{enumerate}[S1]
  \item One Thing
  \item Another Thing
  \item Yet Another Thing
\end{enumerate}



-- 

/daleif

``You cannot help men permanently by doing for them 
what they could and should do for themselves. ''
  -- Abraham Lincoln



More information about the texhax mailing list