Re: [O] LaTeX export with listings: multicolumn support broken?

2013-12-12 Thread Nicolas Goaziou
Hello, James Harkins jamshar...@gmail.com writes: On Wed, Dec 11, 2013 at 11:22 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Your first attr_latex line applies to the figure special block, not to the source block. I did eventually figure that out. As far as I can see, this is the only

[O] LaTeX export with listings: multicolumn support broken?

2013-12-11 Thread James Harkins
A few months ago, I wrote an academic paper with code examples, using the listings environment like so: #+ATTR_LaTeX: :starred t :options [htb] #+BEGIN_figure #+CAPTION: Simple sequencer, implementing the musical flow from Figure [[basicseq_graph]]. #+NAME: basicseq #+BEGIN_SRC {} -i

Re: [O] LaTeX export with listings: multicolumn support broken?

2013-12-11 Thread Nicolas Goaziou
Hello, James Harkins jamshar...@gmail.com writes: A few months ago, I wrote an academic paper with code examples, using the listings environment like so: #+ATTR_LaTeX: :starred t :options [htb] #+BEGIN_figure #+CAPTION: Simple sequencer, implementing the musical flow from Figure

Re: [O] LaTeX export with listings: multicolumn support broken?

2013-12-11 Thread James Harkins
On Wednesday, December 11, 2013 10:54:37 PM HKT, James Harkins wrote: I have also tried #+ATTR_LaTeX: :float multicolumn :options [htb] per documentation at [1]. I still get \begin{figure}, not \begin{figure*}. Forgot the footnote: it's

Re: [O] LaTeX export with listings: multicolumn support broken?

2013-12-11 Thread James Harkins
Nicolas Goaziou n.goaziou at gmail.com writes: I could be a suggested feature that didn't make it into code base. Anyway, you can use: #+begin_figure* ... #+end_figure* instead. OK, relief. That did it. Should #+begin_something* be documented under special blocks here?

Re: [O] LaTeX export with listings: multicolumn support broken?

2013-12-11 Thread Nicolas Goaziou
James Harkins jamshar...@gmail.com writes: On Wednesday, December 11, 2013 10:54:37 PM HKT, James Harkins wrote: I have also tried #+ATTR_LaTeX: :float multicolumn :options [htb] per documentation at [1]. I still get \begin{figure}, not \begin{figure*}. Forgot the footnote: it's

Re: [O] LaTeX export with listings: multicolumn support broken?

2013-12-11 Thread James Harkins
On Wed, Dec 11, 2013 at 11:22 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Your first attr_latex line applies to the figure special block, not to the source block. I did eventually figure that out. As far as I can see, this is the only reference to figure* environments in the manual: ~~