Displaying 1 result from an estimated 1 matches for "generateiq".
Did you mean:
generate
2006 Aug 06
1
Beamer and Sweave
...do not work in
frames that contain chunks of verbatim code:
\documentclass[]{beamer}
\author{}
\date{}
\title{Title}
\begin{document}
\frame[containsverbatim]{\frametitle{Here the build doesn't work}
\begin{enumerate}[<+->]
\item A
\item \alert{B}
\item C
\end{enumerate}
<<generateIQ>>=
iq <- c(96, 102, 104, 104, 108, 110)
@
}
\frame{\frametitle{Here it does}
\begin{enumerate}[<+->]
\item A
\item \alert{B}
\item C
\end{enumerate}
}
\end{document}
Is this a Beamer problem or an Sweave problem? Suggestions?
_____________________________
Professor Michael Kub...