emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] LaTeX figure export - no \begin{figure} \end{figure}


From: Nicolas Goaziou
Subject: Re: [O] LaTeX figure export - no \begin{figure} \end{figure}
Date: Mon, 15 Jul 2013 12:22:05 +0200

Hello,

Roger Mason <address@hidden> writes:

> This:
>
> #+CAPTION:
> Microstructures of contact-metamorphism related melting and
> crystallisation in K-feldspar-quartz domains
> #+NAME: fig:microstructure-montage
> [[./microstructure-montage.eps]]
>
> produces this on export to LaTeX (org 8.0.3):
>
> Microstructures of contact-metamorphism related melting and
> crystallisation in K-feldspar-quartz domains
> \includegraphics[width=.9\linewidth]{./microstructure-montage.eps}
>
> There is no figure environment or label and cross-references to the 
> figure do not work.  As far as I can see, the org formatting is as per 
> the manual. What must I do to get floats, with labels, in the LaTeX
> output?

You need to put your caption on the same line as the #+CAPTION keyword.
You may also use multiple CAPTION keywords for better readability:

  #+CAPTION: Microstructures of contact-metamorphism related melting
  #+CAPTION: and crystallisation in K-feldspar-quartz domains
  #+NAME: fig:microstructure-montage
  [[./microstructure-montage.eps]]


Regards,

-- 
Nicolas Goaziou



reply via email to

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