Re: [R] texi2dvi problem when compiling incorrect Latex code

2011-10-05 Thread syrvn
Hi Ista, it's weird I don't know why this happens. I tried so many different ways but now finally I found a solution. I wrote a little shell script: pdflatex -halt-on-error body.tex bibtex body.aux pdflatex -halt-on-error body.tex pdflatex -halt-on-error body.tex which does the job. So my "Exter

Re: [R] texi2dvi problem when compiling incorrect Latex code

2011-10-05 Thread Ista Zahn
I think we need more details about your setup. It works as I described (prints errors then returns to R prompt) in all configurations I've tried, including th Linux terminal, Emacs ESS, Eclispse statET console setup, I couldn't get RJ workign). What operating system are you using? R version? Eclip

Re: [R] texi2dvi problem when compiling incorrect Latex code

2011-10-05 Thread syrvn
Hi Ista, thanks for you reply. If I understod correctly you run your R within Eclipse but as the Lunch Type you use Rterm rather than RJ. I changed my configuration so that R is now lunched as Rterm and NOT as RJ and I also removed the quite=FALSE from my configuration. Unfortunately, I still ha

Re: [R] texi2dvi problem when compiling incorrect Latex code

2011-10-04 Thread Ista Zahn
Hi Syrvn, On Tue, Oct 4, 2011 at 8:43 AM, syrvn wrote: > Hello, > > I am working on a big R project using Eclipse/StatET/Texlipse. I'd like to > write a Latex document within that project but DO NOT want to Sweave it. > It's pure Latex. Via the external tools configurations I set up 2 different >