Am 04.08.2010 06:21, schrieb Jeffry Madura: [...]
Can anyone explain to me what is going on here? The frame code in latex is \begin{frame}{fragile} \frametitle{Numbers} \textbf{Numbers} can be represented in a variety of different formats. For example the number $1.2345\times 10^5$ is written as 1.234e+05 in \texttt{R}. <<echo=TRUE>>= a=1.2345e+05 b=-6.9e-01 @ \end{frame}
should be \begin{frame}[fragile] \frametitle{Numbers} ... see beamerguide p. 24 <http://www.tug.org/teTeX/tetex-texmfdist/doc/latex/beamer/beameruserguide.pdf> Bernd ______________________________________________ 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.