emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Exporting multiple images in a float (LaTeX)


From: Rasmus
Subject: Re: [O] Exporting multiple images in a float (LaTeX)
Date: Fri, 07 Aug 2015 00:27:10 +0200
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

Hi,

Suvayu Ali <address@hidden> 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

Rasmus

-- 
Sådan en god dansk lagereddike kan man slet ikke bruge mere




reply via email to

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