emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Beamer and non-frames


From: Sander Boer
Subject: Re: [O] Beamer and non-frames
Date: Sun, 29 May 2011 19:04:53 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4

On 29-5-2011 10:36, Rasmus Pank Roulund wrote:
Hi,

How do I put text between frames in an Org-Beamer document?
What I really want to do is something like:

#+begin_src LaTeX
...
\end{frame}
\againframe<2>{overview.fig}
\end{frame}
#+end_src

But there is /plenty/ of use of being able to write in-between frames.

I imagine two ways this could be archived,
   a. Use a special property for a headline
   b. Have a '#+LaTeX_Beamer:' option.

Are anybody aware of any quick fixes?

Thanks,
Rasmus


Hi Rasmus,

I am sorry I have no solution for you just now.
This behavior you're seeking is something I long for as well, to insert a this frame only custom background, to be precise.

The issue lies in the org-beamer.el way of divvying up the file into frames (if memory servers me, it's the org-beamer-sectioning function, but I can be mistaken), it's a big function that handles most of org-beamers functionality. For the behavior that we seek we need to implement a function that can encapsulate the \begin{frame} ... \end{frame} code. However, this is not trivial.

It has my interest, but don't expect anything useful from me in the short term, as I am an elisp noob and I am just getting acquainted with the org api.

sander




reply via email to

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