[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] LaTeX export with listings: multicolumn support broken?
From: |
James Harkins |
Subject: |
Re: [O] LaTeX export with listings: multicolumn support broken? |
Date: |
Thu, 12 Dec 2013 14:59:56 +0800 |
On Wed, Dec 11, 2013 at 11:22 PM, Nicolas Goaziou <address@hidden> 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:
~~
multicolumn: if you wish to include an image which spans multiple
columns in a page. This will export the image wrapped in a figure*
environment.
~~
It's a reasonable (though wrong) conclusion from this that
"multicolumn" is /the/ way to get figure*.
I think it would be worth noting in the "Special blocks in LaTeX
export" section that * is valid as a character in special block
identifiers.
hjh