Re: [R] Sweave and LaTeX beamer class

2010-10-01 Thread Johannes Huesing
Charles C. Berry cbe...@tajo.ucsd.edu [Fri, Oct 01, 2010 at 01:24:43AM CEST]: [...] \begin{uncoverenv}4- echo=TRUE, print=TRUE= 5*5*101 @ %def \end{uncoverenv} Thanks! Seems I was not familiar enough with the beamer documentation. -- Johannes Hüsing There is something

[R] Sweave and LaTeX beamer class

2010-09-30 Thread Johannes Huesing
I am failing to uncover Sweave chunks step by step using the LaTeX beamer class. The following minimal example: \documentclass{beamer} \usepackage{Sweave} \begin{document} \begin{frame}[fragile] In the year \uncover2-{25}\uncover3-{\Sexpr{5*5}} \uncover4-{ echo=TRUE, print=TRUE= 5*5*101 @ }

Re: [R] Sweave and LaTeX beamer class

2010-09-30 Thread Charles C. Berry
On Thu, 30 Sep 2010, Johannes Huesing wrote: I am failing to uncover Sweave chunks step by step using the LaTeX beamer class. The following minimal example: \documentclass{beamer} \usepackage{Sweave} \begin{document} \begin{frame}[fragile] In the year \uncover2-{25}\uncover3-{\Sexpr{5*5}}

Re: [R] Sweave in LATEX

2009-01-07 Thread Mr Derik
I have solved the problem. It seems that the \Sexpr{} sequence is processed by R rather than latex. If you use: Sweave(Sweave-test-1.Rnw, syntax=SweaveSyntaxNoweb) When processing in R then this is handled in the appropriate way. Duncan Murdoch-2 wrote: On 1/6/2009 6:44 AM, Mr Derik

Re: [R] Sweave in LATEX

2009-01-06 Thread Duncan Murdoch
On 1/6/2009 6:44 AM, Mr Derik wrote: Hello I have been setting up my computer to run Sweave. I have got the whole thing working on example files, except that my MikTex returns an Undefined Control Sequence error for \Sexpr and my output file contains verbatim code sequences at the apropriate

Re: [R] Sweave in LATEX

2009-01-06 Thread Mr Derik
recognise \Sexpr. I've uploaded the PDF I get, if that is of any help. Cheers Matt -Original Message- From: Duncan Murdoch [mailto:murd...@stats.uwo.ca] Sent: Tuesday, January 06, 2009 2:18 PM To: Mr Derik Cc: r-help@r-project.org Subject: Re: [R] Sweave in LATEX On 1/6/2009 6:44 AM, Mr

Re: [R] Sweave in LATEX

2009-01-06 Thread Duncan Murdoch
recognise \Sexpr. I've uploaded the PDF I get, if that is of any help. Cheers Matt -Original Message- From: Duncan Murdoch [mailto:murd...@stats.uwo.ca] Sent: Tuesday, January 06, 2009 2:18 PM To: Mr Derik Cc: r-help@r-project.org Subject: Re: [R] Sweave in LATEX On 1/6/2009 6:44 AM, Mr

Re: [R] Sweave in LATEX

2009-01-06 Thread Duncan Murdoch
One other suggestion: use the SweavePDFMikTex function from patchDVI (available on http://r-forge.r-project.org/projects/sweavesearch) to handle both the Sweave call, and the pdflatex call. Duncan Murdoch __ R-help@r-project.org mailing list

Re: [R] Sweave in LATEX

2009-01-06 Thread Gabor Grothendieck
-help@r-project.org Subject: Re: [R] Sweave in LATEX On 1/6/2009 6:44 AM, Mr Derik wrote: Hello I have been setting up my computer to run Sweave. I have got the whole thing working on example files, except that my MikTex returns an Undefined Control Sequence error for \Sexpr and my output file