From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Subfloats in LaTeX Date: Mon, 3 Aug 2009 06:30:34 +0200 Message-ID: <5080FA0C-0F9D-4CF1-90C8-E9A33A051B71@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXpC7-0004MO-IC for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:30:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXpC2-0004Kk-P3 for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:30:43 -0400 Received: from [199.232.76.173] (port=52690 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXpC2-0004Kf-L8 for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:30:38 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:61422) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXpC2-0001W7-AK for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:30:38 -0400 Received: by mail-ew0-f211.google.com with SMTP id 7so1038083ewy.42 for ; Sun, 02 Aug 2009 21:30:37 -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: Raffi R Cc: emacs-orgmode@gnu.org Hi Raffi, for more complex LaTeX formatting like this, the best option is to directly insert the correct LaTeX code into the Org file: #+LaTeX_HEADER: \usepackage{subfig} * My test file with subfloats \begin{figure} \centering \subfloat[A gull]{\label{fig:gull} \includegraphics[width=0.3\textwidth]{gull}} \subfloat[A tiger]{\label{fig:tiger} \includegraphics[width=0.3\textwidth]{tiger}} \subfloat[A mouse]{\label{fig:mouse} \includegraphics[width=0.3\textwidth]{mouse}} \caption{Pictures of animals} \label{fig:animals} \end{figure} ... and here continue with Org stuff. Org will never cover the entire LaTeX formatting possibilities, which is why it is best to resort to LaTeX directly for such stuff. - Carsten On Jul 24, 2009, at 10: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 images. > > 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 so I guess it may not > be possible (although it would surprise me!). > > > Thank you very much, > > - Raffi. > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode