Re: [O] Graphics in LaTeX pdf output.

2012-09-11 Thread John Hendy
On Tue, Sep 11, 2012 at 4:05 PM, Neuwirth Erich wrote: > Excuse my sloppy report, I copied from the wrong terminal window. > And after rebooting my Mac, things suddenly worked again. No worries, and an unknown solution still gets the job done :) John > > On Sep 11, 2012, at 5:26 PM, Neuwirth Er

Re: [O] Graphics in LaTeX pdf output.

2012-09-11 Thread Neuwirth Erich
Excuse my sloppy report, I copied from the wrong terminal window. And after rebooting my Mac, things suddenly worked again. On Sep 11, 2012, at 5:26 PM, Neuwirth Erich wrote: > I am trying to produce pdf through latex with R in org. > I am using MacTeX 2012, Emacs 24.2, and org mode version 7.9.

Re: [O] Graphics in LaTeX pdf output.

2012-09-11 Thread John Hendy
On Tue, Sep 11, 2012 at 10:26 AM, Neuwirth Erich wrote: > I am trying to produce pdf through latex with R in org. > I am using MacTeX 2012, Emacs 24.2, and org mode version 7.9.1 (on Mountain > Lion) > > I have the the following code segment. > > > #+BEGIN_SRC R :session *R* :results output graph

[O] Graphics in LaTeX pdf output.

2012-09-11 Thread Neuwirth Erich
I am trying to produce pdf through latex with R in org. I am using MacTeX 2012, Emacs 24.2, and org mode version 7.9.1 (on Mountain Lion) I have the the following code segment. #+BEGIN_SRC R :session *R* :results output graphics :file first.png :exports both plot((0:10)^2,type="l") #+END_SRC