Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy writes: > On Mon, May 28, 2012 at 10:29 PM, Thomas S. Dye wrote: >> John Hendy writes: >> >>> On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye wrote: John Hendy writes: > On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: >> John Hendy writes: >> >>> I'

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread John Hendy
On Mon, May 28, 2012 at 10:29 PM, Thomas S. Dye wrote: > John Hendy writes: > >> On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye wrote: >>> John Hendy writes: >>> On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: > John Hendy writes: > >> I've only ever used src blocks to

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy writes: > On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye wrote: >> John Hendy writes: >> >>> On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: John Hendy writes: > I've only ever used src blocks to make plots or create files to > include. I have my first oppor

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread John Hendy
On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye wrote: > John Hendy writes: > >> On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: >>> John Hendy writes: >>> I've only ever used src blocks to make plots or create files to include. I have my first opportunity to actually try and inc

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy writes: > On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: >> John Hendy writes: >> >>> I've only ever used src blocks to make plots or create files to >>> include. I have my first opportunity to actually try and include both >>> code and results and have a question about spacin

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy writes: > On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: >> John Hendy writes: >> >>> I've only ever used src blocks to make plots or create files to >>> include. I have my first opportunity to actually try and include both >>> code and results and have a question about spacin

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread John Hendy
On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: > John Hendy writes: > >> I've only ever used src blocks to make plots or create files to >> include. I have my first opportunity to actually try and include both >> code and results and have a question about spacing. You won't have my >> data

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread John Hendy
On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote: > John Hendy writes: > >> I've only ever used src blocks to make plots or create files to >> include. I have my first opportunity to actually try and include both >> code and results and have a question about spacing. You won't have my >> data

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Thomas S. Dye
John Hendy writes: > I've only ever used src blocks to make plots or create files to > include. I have my first opportunity to actually try and include both > code and results and have a question about spacing. You won't have my > data, but this is pretty simple stuff.: > > #+begin_src R :session

Re: [O] Exporting via babel to LaTeX

2012-05-28 Thread Achim Gratz
John Hendy writes: > This gives really, really spaced out results. I'd prefer output that > looks more like an R terminal output, which can be done by not putting > code and results in separate verbatim blocks. It seems to me that this constitutes a feature request to export the complete session t

[O] Exporting via babel to LaTeX

2012-05-28 Thread John Hendy
I've only ever used src blocks to make plots or create files to include. I have my first opportunity to actually try and include both code and results and have a question about spacing. You won't have my data, but this is pretty simple stuff.: #+begin_src R :session basic :results output :exports