Hi,

has anyonne experienced problems between the LaTeX beamer class and 
Sweave? The following code does not work properly:
#################################
\documentclass{beamer}

\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{ngerman}

\begin{document}
\frame{
  \frametitle{test}
test
<<>>=
 1+1
@ 
}
\end{document}
#################################

Below is the error code:
#################################
loading : Context Support Macros / PDF (2004.10.26)
) (d:\programme\texmf\tex\latex\hyperref\nameref.sty) (testset.out)
(testset.out) (testset.nav) 
(d:\programme\texmf\tex\latex\ae\t1aett.fd)
Runaway argument?
> 1 + 1 \end {Sinput} \begin {Soutput} [1] 2 \end {Soutput} \end 
{Sch\ETC.
! Paragraph ended before [EMAIL PROTECTED] was complete.
<to be read again>
                   \par
l.26 }

? x
No pages of output.
Transcript written on testset.log.
#################################

Thanks in advance,

Bernd

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to