emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Figure not exporting properly in Beamer


From: Sebastien Vauban
Subject: Re: [O] Figure not exporting properly in Beamer
Date: Thu, 16 May 2013 09:17:15 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3 (windows-nt)

Hi Angel,

Angel de Vicente wrote:
> I'm using Org 7.8.03 and I have a test file to create a Beamer
> presentation. At some point I have:
>
> ** Images
>
> #+CAPTION: Sample AMR
> #+label:   fig:amr-sample
> [[file:amr.png]]

Dunno if it will fix all of your problem, but you should use

  #+name: fig:amr-sample

> and a few weeks ago, after processing this I got in the tex file:
>
> -------------------------
> \frametitle{Images}
> \label{sec-1-3}
>
>
> \begin{figure}[htb]
> \centering
> \includegraphics[width=.9\linewidth]{amr.png}
> \caption{\label{fig:amr-sample}Sample AMR}
> \end{figure}
> \end{frame}
> -----------------
>
> Today I tried again, but instead I get:
>
> --------------------------
> \frametitle{Images}
> \label{sec-1-3}
>
>
> \href{t}{file:amr.png}
> \end{frame}
> --------------------------
>
> I probably forgot something that I did last time, but I cannot see
> it. Any hints?
>
> Thanks,

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

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