Hi Suvayu, suvayu ali writes: > Glad to see another HEP researcher using org-mode. :) Greetings! > 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 Okay, thanks! I didn't think about just putting it directly in LaTeX. This will works just fine for my purposes. Cheers, -Brett.