From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Exporting multiple images in a float (LaTeX) Date: Fri, 7 Aug 2015 16:14:00 +0200 Message-ID: <20150807141400.GH28462@chitra.no-ip.org> References: <20150806164208.GB2797@chitra.no-ip.org> <87bnekkq81.fsf@gmx.us> <877fp8kq0m.fsf@gmx.us> <20150807042442.GD28462@chitra.no-ip.org> <87r3nfgrc5.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNiPP-0001D7-Hb for emacs-orgmode@gnu.org; Fri, 07 Aug 2015 10:14:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNiPL-0005zT-CF for emacs-orgmode@gnu.org; Fri, 07 Aug 2015 10:14:07 -0400 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:34636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNiPL-0005zJ-63 for emacs-orgmode@gnu.org; Fri, 07 Aug 2015 10:14:03 -0400 Received: by wicne3 with SMTP id ne3so61974449wic.1 for ; Fri, 07 Aug 2015 07:14:02 -0700 (PDT) Received: from chitra.no-ip.org ([2001:610:120:3001:2ad2:44ff:fe4a:b029]) by smtp.gmail.com with ESMTPSA id lg8sm3980079wic.12.2015.08.07.07.14.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Aug 2015 07:14:01 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87r3nfgrc5.fsf@ucl.ac.uk> 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: emacs-orgmode@gnu.org On Fri, Aug 07, 2015 at 02:28:58PM +0100, Eric S Fraga wrote: > On Friday, 7 Aug 2015 at 06:24, Suvayu Ali wrote: > > [...] > > > This is very nice, thank you! I think this will do it for me. I have a > > small question, is there a better way to add a % after the first image > > in the above case other than adding a snippet? > > > > #+begin_figure > > #+attr_latex: :width 0.45\linewidth > > [[file:myfig2.pdf]]@@l:%@@ > > [[file:myfig3.pdf]] > > #+end_figure > > If you want the % simply to have LaTeX ignore the line end, you could > put the figures on the same line, such as > > #+begin_figure > #+attr_latex: :width 0.45\linewidth > [[file:myfig2.pdf]][[file:myfig3.pdf]] > #+end_figure Cool, that works :). Thanks a lot Eric. -- Suvayu Open source is the future. It sets us free.