From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: LaTeX export with listings: multicolumn support broken? Date: Thu, 12 Dec 2013 14:59:56 +0800 Message-ID: References: <0d5f47ef-bee2-4e67-875e-3a1883c11e4b@dewdrop-world.net> <87y53rxvit.fsf@gmail.com> Reply-To: jamshark70@dewdrop-world.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr0Fa-00074r-4D for emacs-orgmode@gnu.org; Thu, 12 Dec 2013 01:59:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vr0FZ-0003vQ-Ao for emacs-orgmode@gnu.org; Thu, 12 Dec 2013 01:59:58 -0500 Received: from mail-ob0-x22d.google.com ([2607:f8b0:4003:c01::22d]:59153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr0FZ-0003vM-5n for emacs-orgmode@gnu.org; Thu, 12 Dec 2013 01:59:57 -0500 Received: by mail-ob0-f173.google.com with SMTP id gq1so8170639obb.18 for ; Wed, 11 Dec 2013 22:59:56 -0800 (PST) In-Reply-To: <87y53rxvit.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: orgmode On Wed, Dec 11, 2013 at 11:22 PM, Nicolas Goaziou 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