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@Error ... {FancyVerb Error:
\space \space #1
}

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

Thanks for any help,


Jarrod


--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to