I'm trying to create lists for my presentation in beamer. Itemize environments are compiled, but the bullet points are not shown. Enumerate environments cannot be compiled however. Even if I try something as simple as
\begin{frame}
\begin{enumerate}
\item Test
\end{enumerate}
\end{frame}
I get the error message: ! TeX capacity exceeded, sorry [grouping levels=255].
Any help would be greatly appreciated!
enumitempackage? This would explain the error – May 26 '16 at 15:13