I want to write something like this:
\begin{frame}
\begin{itemize}
\item First item
\item Want some code \begin{verbatim}
\pause
\end{verbatim}
Done with it
\end{itemize}
\end{frame}
But it fails with this error!
Runaway argument?
\pause \end {verbatim}
What's going on and how to write verbatim in itemize environment?
[fragile]argument toframeto have any verbatim material in a frame – David Carlisle Dec 25 '16 at 23:15