emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nicolas Goaziou
Subject: Re: [O] LaTeX export with listings: multicolumn support broken?
Date: Wed, 11 Dec 2013 16:02:38 +0100

Hello,

James Harkins <address@hidden> 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 
> [[basicseq_graph]].
> #+NAME: basicseq
> #+BEGIN_SRC {} -i
> TLSequenceIterator([
>       bpCmd: (name: \rumble, dur: 40),
>       15,
>       bpCmd: (name: \whine, dur: 20)
> ]);
> #+END_SRC
> #+END_figure
>
> Now I need to submit revisions for the same paper, and ":starred t" is 
> ignored. I get \begin{figure}, not \begin{figure*} as before.
>
> I have also tried
>
> #+ATTR_LaTeX: :float multicolumn :options [htb]
>
> per documentation at [1]. I still get \begin{figure}, not \begin{figure*}.
>
> What happened?

I could be a suggested feature that didn't make it into code base.
Anyway, you can use:

  #+begin_figure*
  ...
  #+end_figure*

instead.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]