I'm getting "Missing } inserted" error, when compiling with pdflatex and I really don't understand why. This is occurring in a beamer frame. Maybe someone comes up with something useful.
\documentclass{beamer}
...
\usepackage[utf8x]{inputenc}
\usepackage{default}
\usepackage{times}
\usepackage{graphics}
...
\begin{frame}\frametitle{3\textonehalf. Generace}
\begin{block}{3\textonehalf. Generace}
\begin{itemize}
\item OOP
\end{itemize}
\end{block}
\begin{exampleblock}{Jazyky 3\textonehalf. generace}
\begin{itemize}
\item první Smalltalk
\item C{}\verb!++!, Objective-C, Object Pascal, Java
\item statické / dynamické
\end{itemize}
\end{exampleblock}
\end{frame}
...
I get the error on the last line.
\begin{frame}[fragile]when the frame contains verbatim bits. – egreg May 13 '13 at 22:32verbthere++or if you want,\texttt{++}would work – David Carlisle May 13 '13 at 22:40C++. – Ryan Reich May 13 '13 at 23:00fragileframes inbeamerwhen dealing withverbatim. Perhaps we should write an answer, @egreg? – Werner May 14 '13 at 01:20fragilebut the question is tagged withlyxso on the surface, one might think it not relevant. a pointer to section 3.13, "verbatim text", in thebeamermanual might be more helpful. – barbara beeton May 14 '13 at 13:03beamermanual starts with\begin{frame}[fragile]. i didn't know about this either, so think an answer might be helpful here. reopen? (might benefit from restating the question a bit.) – barbara beeton May 14 '13 at 13:06