From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raffi R Subject: Re: Subfloats in LaTeX Date: Fri, 24 Jul 2009 16:23:56 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MURJT-0002Wo-K9 for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 16:24:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MURJR-0002Uf-TD for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 16:24:19 -0400 Received: from [199.232.76.173] (port=38452 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MURJR-0002UF-IF for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 16:24:17 -0400 Received: from ey-out-1920.google.com ([74.125.78.149]:39300) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MURJR-00045L-6t for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 16:24:17 -0400 Received: by ey-out-1920.google.com with SMTP id 5so491620eyb.24 for ; Fri, 24 Jul 2009 13:24:16 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org A table seems to work to force the inlining. For curiosity's sake, is there a more idiomatic way to do it? On Fri, Jul 24, 2009 at 4:04 PM, Raffi R wrote: > Dear community, > > How do I stick a group of figures together (i.e. so that I have Fig. 1 > and then a, b, c)? > > Alternatively, is there a way I can keep images inline and yet use > captions? Whenever I add a #+CAPTION:, it's turned into \figure and > floating is turned on. > > What I'm trying to do is make a section that consists of a sequence of im= ages. > > I've searched the orgmode manual but can't figure out a way short of > generating the LaTeX file and editing it directly (hardly ideal!). > > That said, I've never tried to do this in LaTeX =A0so I guess it may not > be possible (although it would surprise me!). > > > Thank you very much, > > - Raffi. >