From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: Multiple images per figure with LaTeX export Date: Mon, 18 Jun 2012 17:57:39 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgeLM-0006dy-W3 for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 11:58:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgeL3-0001Pu-Tm for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 11:58:20 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:50125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgeL3-0001Ol-Mu for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 11:58:01 -0400 Received: by obbtb8 with SMTP id tb8so2802920obb.0 for ; Mon, 18 Jun 2012 08:57:59 -0700 (PDT) In-Reply-To: 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: Brett Viren Cc: emacs-orgmode@gnu.org Hello Brett, Glad to see another HEP researcher using org-mode. :) On Mon, Jun 18, 2012 at 5:04 PM, Brett Viren wrote: > I want to put two images in one figure for LaTeX/PDF export but can't > find a way. Sadly my solution is a big bad hack: #+begin_latex \begin{figure} \centering \begin{tabular}{c} \includegraphics[]{plots/file1.eps} \\ \includegraphics[]{plots/file2.eps} \end{tabular} \caption[Caption in LOI]{Long caption} \label{fig:somelabel} \end{figure} #+end_latex HTH -- Suvayu Open source is the future. It sets us free.