Hello Brett,

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

On Mon, Jun 18, 2012 at 5:04 PM, Brett Viren <b...@bnl.gov> 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