emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Multiple images per figure with LaTeX export


From: suvayu ali
Subject: Re: [O] Multiple images per figure with LaTeX export
Date: Mon, 18 Jun 2012 17:57:39 +0200

Hello Brett,

Glad to see another HEP researcher using org-mode. :)

On Mon, Jun 18, 2012 at 5:04 PM, Brett Viren <address@hidden> 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[<options>]{plots/file1.eps} \\
    \includegraphics[<options>]{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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]