Skip to content
Prev 256344 / 398502 Next

Trouble with Sweave and Beamer

On 11-04-09 8:25 AM, Lorenzo Isella wrote:
Beamer needs to be told that a frame contains verbatim content, which is 
what Sweave uses for R input and output.  There are a few ways to do 
this; the one I use is to put this at the start of the frame:

\begin{frame}[containsverbatim]

You had the [t] option on the frame; I don't know beamer well enough to 
know if this is compatible with containsverbatim.

Duncan Murdoch