Re: [O] Multicolumn figures with the new exporter

2013-06-13 Thread Rasmus
Christopher Witte ch...@witte.net.au writes: I can't get the multicolumn option to attr_latex to work with the new exporter (to generate a figure* environment). Any one know how to do this? Please refer to the manual, 12.7.4 LaTeX specific attributes:

Re: [O] Multicolumn figures with the new exporter

2013-06-13 Thread Eric S Fraga
Christopher Witte ch...@witte.net.au writes: Hi all, I can't get the multicolumn option to attr_latex to work with the new exporter (to generate a figure* environment). Any one know how to do this? What have you actually tried? I believe something like #+attr_latex: :float multicolumn

Re: [O] Multicolumn

2012-08-29 Thread Neuwirth Erich
That is probably what I will have to do. But since I want both html and LaTeX output, I have to two write separate output routines in R which I had hoped to be able to avoid. On Aug 29, 2012, at 4:39 AM, t...@tsdye.com (Thomas S. Dye) wrote: Neuwirth Erich erich.neuwi...@univie.ac.at writes:

Re: [O] Multicolumn

2012-08-29 Thread John Hendy
On Wed, Aug 29, 2012 at 2:44 AM, Neuwirth Erich erich.neuwi...@univie.ac.at wrote: That is probably what I will have to do. But since I want both html and LaTeX output, I have to two write separate output routines in R which I had hoped to be able to avoid. How often do you anticipate having

Re: [O] Multicolumn

2012-08-28 Thread Christopher J. White
Hi Erich, I have a hack for multicolumn support that may help... It's not great, but serves my purpose. I implemented a TWiki mode that uses orgtbl-minor-mode. TWiki pages support multicolumn cells by adding vertical bars with no separators: Display: | Multicol | | C1 | C2 |

Re: [O] Multicolumn

2012-08-28 Thread Neuwirth Erich
My problem is that the tables are produce by R code snippets. The code snippets produce plain org tables, bracketed by attributes identifying the text as ORG code. #+RESULTS: #+BEGIN_ORG | Jahr | Region | m | w | pWert | m.se | w.se | |--++-+-+---+---+---|

Re: [O] Multicolumn

2012-08-28 Thread John Hendy
On Tue, Aug 28, 2012 at 8:05 PM, Neuwirth Erich erich.neuwi...@univie.ac.at wrote: My problem is that the tables are produce by R code snippets. The code snippets produce plain org tables, bracketed by attributes identifying the text as ORG code. #+RESULTS: #+BEGIN_ORG | Jahr | Region |

Re: [O] Multicolumn

2012-08-28 Thread Thomas S. Dye
Neuwirth Erich erich.neuwi...@univie.ac.at writes: My problem is that the tables are produce by R code snippets. The code snippets produce plain org tables, bracketed by attributes identifying the text as ORG code. #+RESULTS: #+BEGIN_ORG | Jahr | Region | m | w | pWert | m.se |