I'm trying to get a list of custom labels. Here is what I've tried:
\begin{enumerate}[Exercise (1)]
\item first
\item second
\end{enumerate}
This results in each item being labeled as: Exerc#se (#)
Where # is the number of the item in the list. How can I make the "i" in exercise not be pattern matched?
Using a \ doesn't work, it causes syntax error.

enumeratepackage orenumitemwith theshortlabelsoption. Please provide a compilable document! – Jan 23 '17 at 19:21enumeratepackage. Thank you for the help – xandermonkey Jan 23 '17 at 19:22\begin{enumerate}[{Exercise} (1)]... – Jan 23 '17 at 19:23enumeratethan I have -- very strange ;-) – Jan 23 '17 at 19:25enumerateworks withbeamer(as far as I know), butenumitemworks very poorly withbeamer– Jan 23 '17 at 19:31