Displaying 5 results from an estimated 5 matches for "fancyverb".
2008 Jul 27
2
Colors in Sweave
...t ===
\begin{Schunk}
{\color{midnightblue}\begin{Sinput}
> ISOdatetime(1970, 1, 1, 0, 0, 0, "") - ISOdatetime(1970, 1, 1,
+ 0, 0, 0, "GMT")
\end{Sinput}}
{\color{darkred}\begin{Soutput}
Time difference of 8 hours
\end{Soutput}}
\end{Schunk}
===
=== error message ===
)
! FancyVerb Error:
Extraneous input `}\end{}' between \end{Sinput} and line end
.
\FV at Error ... {FancyVerb Error:
\space \space #1
}
l.13 \end{Sinput}}
===
I guess I don't know enough of the Schunk/Sinput/Soutput definitions to toy with it and wa...
2013 Feb 09
1
Swaeve, Beamer and \alt
...tting \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,
Jarr...
2010 Sep 30
2
Sweave and LaTeX beamer class
...age{Sweave}
\begin{document}
\begin{frame}[fragile]
In the year \uncover<2->{25}\uncover<3->{\Sexpr{5*5}}
\uncover<4->{
<<echo=TRUE, print=TRUE>>=
5*5*101
@
}
\end{frame}
\end{document}
leads to an error message when running pdflatex over the *.tex file:
[...]
! FancyVerb Error:
Extraneous input ` 2525 \end {Soutput} \end {Schunk} \beamer at endcovered ' bet
ween \begin{Soutput}[<key=value>] and line end
.
\FV at Error ... {FancyVerb Error:
\space \space #1
}
--
Johannes H?sing There is something fascinating about science....
2010 Aug 04
1
Problem using R and Beamer...
Dear [R] and beamer community,
I am trying to build a presentation using beamer and [R]. I can Sweave the file; however, when I run pdflatex on the file i get the following error:
! FancyVerb Error:
Extraneous input `> a = 123450 > b = -0.69 \end {Sinput} \end {Schunk} \end {
beamer at frameslide}\ifbeamer at twoscreenstext \beamer at dosecondscreennow {{fragile}
\frametitle {Numbers} \textbf {Numbers} can be represented in a variety of dif
ferent formats. For example the numbe...
2009 Mar 17
1
Combining Sweave and fancyvrb
I find Sweave very useful and I was trying to combine it with the
latex package fancyvrb. I was trying to get line numbering and labels
in order to reference the lines where particular commands occur.
Unfortunately, I haven't been able to figure out how to do it. Maybe
somebody can help me.
The following is a sample Rnw file: the first part shows what I would
like to get, the second what I