search for: beginscanning

Displaying 6 results from an estimated 6 matches for "beginscanning".

2004 Dec 20
3
Sweave and LaTeX beamer class
...ort 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 \FV at BeginScanning was complete. <to be read again> \par l.26 } ? x No pages of output. Transcript written on testset.log. ################################# Thanks in advance, Bernd
2008 Sep 06
2
Sweave and/or beamer issue
...on) = 0.2") \end{Sinput} \end{Schunk} \includegraphics{20080909test-model} } \end{document} The resulting LaTeX ***********FAILS: ***************** Runaway argument? > ro <- 0.2 > c <- seq(from = -3, to = 4, by = 0.1) > fn <- 1 - pnorm \ETC. ! Paragraph ended before \FV@BeginScanning was complete. <to be read again> \par l.27 } ? ********************************** But when the Rnw file starts: ********************************** %\documentclass[compress,smaller]{beamer} \documentclass{article} \usepackage{beamerarticle} ***********IT DOES NOT FAIL: *...
2011 Aug 21
3
Sweave doesn't work
...un the code Sweave("example.Rtex") in R it seems working, but when I run the Latex file it doesn't. The code error shown to me is below: *Runaway argument? {echo=FALSE} data<- read.csv("C:\\Users\\Daniele\\Desktop\\dati\\dati_england ! File ended while scanning use of \FV at BeginScanning. <inserted text> \par <*> ...le/Desktop/dati/LaTeX1.Rtex* The Sweave code in Latex is like this: *\begin{Scode}{echo=FALSE} data<- read.csv("c:\\Users\\Daniele\\Desktop\\dati\\dati_england.csv",header=T,sep=",") \end{Scode} \begin{figure}[!h] \...
2010 May 13
1
Using Sweave in hostile environments
...;t work where I need them. A simple code chunk like <<eval=FALSE>>= x <- 1 @ buried in a minipage within a psshadowbox gives the error Runaway argument? > x <- 1 \end {Sinput} \end {Schunk} and the resulting variable would\ETC. D:/test.tex:302: Paragraph ended before \FV@ BeginScanning was complete Has anyone solved this problem? One way I see that might work is to put the code chunk outside the environment and use SaveVerbatim to save it, then just put \BUseVerbatim or \LUseVerbatim in place where I need it. But because I'm using Sweave, I somehow need to redefine the...
2011 Apr 09
1
Trouble with Sweave and Beamer
...when I pdflatex it, I get an error (I am pasting only the end of the console output) no file report.nav. (/usr/share/texmf-texlive/tex/latex/ae/t1aett.fd) Runaway argument? > x <- rnorm(100) > xm <- mean(x) > xm \end {Sinput} \begin {Soutput}\ETC. ! Paragraph ended before \FV at BeginScanning was complete. <to be read again> \par l.42 \end{frame} ? Can anyone tell me what is going wrong? Many thanks Lorenzo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass{beamer} \usetheme{Darmstadt} \usefonttheme[onlylarge]{st...
2007 Aug 31
2
Bugreport on integration of Sweave and latex beamer
...which you can read and run. When I try to use pdflatex, I get the error: ... ... ... (/sw/share/texmf-dist/tex/latex/ae/t1aett.fd) Runaway argument? > prices <- cbind(mydb("macro", "nifty", freq = "w"), mydb("firm.pric\ETC. ! Paragraph ended before \FV at BeginScanning was complete. <to be read again> \par l.60 \end{frame} ? I transplanted the R code from bugdemo.Rnw into an ordinary latex article context, and everything works fine. Hence, I'm sure it's something to do with the integration between Sweave and b...