Rasmus <ras...@gmx.us> writes: > Hi, > > Suvayu Ali <fatkasuvayu+li...@gmail.com> writes: > >> #+name: fig:myfig1 >> #+caption: This is a single figure, entered in the usual way. >> >> file:myfig1.pdf >> >> #+begin_latex >> \begin{figure}[htb] >> \centering >> \includegraphics[width=0.8\linewidth]{myfig2.pdf} >> \includegraphics[width=0.8\linewidth]{myfig3.pdf} >> \caption{\label{fig:myfig23} Two images in one floating environment.} >> \end{figure} >> #+end_latex > > > You should probably use subcaption for that. If so see maybe here: > > http://thread.gmane.org/gmane.emacs.orgmode/92820 > > For archiving the above you could just use a special block > > #+caption: foo > #+attr_latex: :options [htb] > > #+begin_figure > [[file:fig2.png]] > [[file:fig3.png]] > #+end_figure
Also, note that :float nil now handles captions and that you should be able to give arbitrary citations commands. Thus, you should be able to recreate any old latex structure for images. Rasmus -- With monopolies the cake is a lie!