Re: [R] R-code in Latex --- $ sign causes error

2008-10-18 Thread erwann rogard
or in some cases \\\\$. > >> >> > >> >> Hope this helps, > >> >> > >> >> -- > >> >> Gregory (Greg) L. Snow Ph.D. > >> >> Statistical Data Center > >> >> Intermountain Healthcare > >>

Re: [R] R-code in Latex --- $ sign causes error

2008-10-17 Thread Henrik Bengtsson
gt; TeX/LaTeX file has \$ in it. This means that in your R code that >> generates >> >> the file you may need \\$ or in some cases $. >> >> >> >> Hope this helps, >> >> >> >> -- >> >> Gregory (Greg) L. Snow Ph.D. >

Re: [R] R-code in Latex --- $ sign causes error

2008-10-17 Thread erwann rogard
e file you may need \\$ or in some cases $. > >> > >> Hope this helps, > >> > >> -- > >> Gregory (Greg) L. Snow Ph.D. > >> Statistical Data Center > >> Intermountain Healthcare > >> [EMAIL PROTECTED] > >> 801.408.8111

Re: [R] R-code in Latex --- $ sign causes error

2008-10-17 Thread Gabor Grothendieck
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> > project.org] On Behalf Of erwann rogard >> > Sent: Friday, October 17, 2008 5:18 PM >> > To: r-help@r-project.org >> > Subject: [R] R-code in Latex --- $ sign causes error >> > >>

Re: [R] R-code in Latex --- $ sign causes error

2008-10-17 Thread erwann rogard
w Ph.D. > Statistical Data Center > Intermountain Healthcare > [EMAIL PROTECTED] > 801.408.8111 > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > project.org] On Behalf Of erwann rogard > > Sent: Friday, October 17, 2008 5:18

Re: [R] R-code in Latex --- $ sign causes error

2008-10-17 Thread Greg Snow
t; To: r-help@r-project.org > Subject: [R] R-code in Latex --- $ sign causes error > > hi, > > here's what i have: > > \lstset{ > basicstyle=\ttfamily, > keywordstyle=\bfseries, > showstringspaces=false, > columns = fullflexible, > mathescape = true, >

[R] R-code in Latex --- $ sign causes error

2008-10-17 Thread erwann rogard
hi, here's what i have: \lstset{ basicstyle=\ttfamily, keywordstyle=\bfseries, showstringspaces=false, columns = fullflexible, mathescape = true, language=R } \begin{lstlisting} lst$val<-val \end{lstlisting} ./software.tex:16:Extra }, or forgotten \endgroup. lst$ the culprit here is