Hi,

has anybody encountered and solved the following
problem?

I continued work now on a different computer where I
have also used Sweave successfully before. I can run
Sweave() and it generates a .tex file. All code chunks
are processed and translated to Latex perfectly fine
but somehow only the \Sexpr{} tags are not parsed. 

This is an example .Rnw:
\documentclass{article}
\usepackage{Sweave}
\begin{document}
What is \Sexpr{3*3}?
\end{document}

And this is the resulting .tex:
\documentclass{article}
\usepackage{Sweave}
\begin{document}
What is \Sexpr{3*3}?
\end{document}

Can anybody give me a hint what's wrong?

Many thanks,
  Werner


      Lesen Sie Ihre E-Mails auf dem Handy.

______________________________________________
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