I want to compile a code of a colleague with texstudio. I shrinked the code as much as possible but it still contains the error:
\documentclass{beamer}
\usepackage[english]{babel}
\begin{document}
\begin{frame}{Summary}
\newcounter{finalframe}
Here are lots of items
\visible<2->{\LARGE THANK YOU}
\end{frame}
\end{document}
I get the error message:
Command \c@finalframe already defined. \end{frame}
If the \visible command is not there, the code compiles.
I couldn't find a reason why there is this conflict.
Cheers Ralph