I'd like to do the following enumeration in beamer;
1. First Item
2. Second Item
3. Third Item
3'. Alternative Version of Third Item.
However, if I do this:
\begin{enumerate}
\item First Item
\item Second Item
\item Third Item
\item[3'] Alternative Third Item
\end{enumerate}
then the last item doesn't appear with the usual bullet style.

Help? Thanks!



\item[something]is exactly the command to replace the 'standard' bullet – Feb 19 '14 at 16:38