From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Exporting multiple images in a float (LaTeX) Date: Fri, 7 Aug 2015 14:28:58 +0100 Message-ID: <87r3nfgrc5.fsf@ucl.ac.uk> References: <20150806164208.GB2797@chitra.no-ip.org> <87bnekkq81.fsf@gmx.us> <877fp8kq0m.fsf@gmx.us> <20150807042442.GD28462@chitra.no-ip.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNhhy-0006lb-KR for emacs-orgmode@gnu.org; Fri, 07 Aug 2015 09:29:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNhhv-0001sc-ES for emacs-orgmode@gnu.org; Fri, 07 Aug 2015 09:29:14 -0400 Received: from mail-db3on0111.outbound.protection.outlook.com ([157.55.234.111]:10992 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNhhv-0001oj-5t for emacs-orgmode@gnu.org; Fri, 07 Aug 2015 09:29:11 -0400 In-Reply-To: <20150807042442.GD28462@chitra.no-ip.org> (Suvayu Ali's message of "Fri, 7 Aug 2015 06:24:42 +0200") 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 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 (untested) -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3beta-1315-ga3b2b7