In the past (on a different computer) I have used the beamer package to make presentations and the enumerate environment has worked fine. However, now when I use the enumerate environment, the nice little numbered circles are not appearing. Does anyone know what the issue is? I recently installed MiKTEX 2.9 and I have updated it.
update: @asia1281
I have tried doing something really simple like:
\documentclass{beamer}
\setbeamertemplate{enumerate items}[ball]
\begin{document}
\begin{frame}
\frametitle{Example}
\begin{enumerate}
\item Item 1
\item Item 2
\end{enumerate}
\end{frame}
\end{document}
and the numbered balls do not print on the pdf file.
Thanks
update: @asia1281 Here is the entire log:
Thanks!



enumerateenvironment produces numbers (1., 2., ...) by default, anditemizeproduces bullets. The code that is producing the numbered circles is probably the issue. So, please compose a fully compilable MWE that illustrates the problem including the\documentclassand the appropriate packages so that those trying to help don't have to recreate it. – Peter Grill Mar 11 '12 at 0:45beamer(it is on the question) and some options (circleorball) for theenumerate itemstemplate place the numbers inside little circles. – Gonzalo Medina Mar 11 '12 at 3:45\listfilesas the first line of the document and post the output of the file list? – Alan Munn Mar 11 '12 at 5:05