Skip to content

Swaeve, Beamer and \alt

3 messages · Uwe Ligges, Jarrod Hadfield

#
Hi,

I am having trouble getting \alt (or \altenv) to work with  
Schunk/Sinput and was wondering if anybody had had success? With the  
slide

\begin{frame}[fragile]\frametitle{Basic R}
\alt<2>{
<<echo=TRUE>>=
2+2
@
}{
<<echo=TRUE, eval=FALSE>>=
2+2
@
}
\end{frame}

I get the error message:


! FancyVerb Error:
   Extraneous input `> 2+2 \end {Sinput} \end {Schunk} ' between  
\begin{Sinput}[
<key=value>] and line end
.
\FV at Error ... {FancyVerb Error:
\space \space #1
}

which cannot be fixed using the fragile or containsverbatim options  
for the frame.

Thanks for any help,


Jarrod
#
On 09.02.2013 17:00, Jarrod Hadfield wrote:
Untested: Does \begin{frame}[containsverbatim] help?

Best,
Uwe Ligges
#
Hi,

Unfortunately not, nor \begin{frame}[fragile], which does work with  
the uncover environment.

Cheers,

Jarrod
Quoting Uwe Ligges <ligges at statistik.tu-dortmund.de> on Sat, 09 Feb  
2013 18:45:39 +0100: