I get: *File List*
beamer.cls 2007/03/11 cvs version 3.07 A class for typesetting presentatio
ns (rcs-revision 1.70)
beamerbasercs.sty 2007/01/28 (rcs-revision 1.4)
beamerbasemodes.sty 2007/01/28 (rcs-revision 1.22)
beamerbasedecode.sty 2007/01/28 (rcs-revision 1.20)
beamerbaseoptions.sty 2007/01 ...
Search found 2 matches
- Sat Apr 03, 2010 2:23 pm
- Forum: Document Classes
- Topic: Cannot use Beamer with verbatim, even with fragile set
- Replies: 2
- Views: 3653
- Thu Apr 01, 2010 4:43 pm
- Forum: Document Classes
- Topic: Cannot use Beamer with verbatim, even with fragile set
- Replies: 2
- Views: 3653
Cannot use Beamer with verbatim, even with fragile set
\documentclass{beamer}
\usepackage{verbatim}
\begin{document}
\begin{frame}[fragile]
\begin{verbatim}
asdfadsf
\end{verbatim}
\end{frame}
\end{document}
I get the following error: (The 5th line, something about "\next", is the error; the other two lines are warnings which do not cause ...
\usepackage{verbatim}
\begin{document}
\begin{frame}[fragile]
\begin{verbatim}
asdfadsf
\end{verbatim}
\end{frame}
\end{document}
I get the following error: (The 5th line, something about "\next", is the error; the other two lines are warnings which do not cause ...