emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [BEAMER] make text fit in a slide


From: Eric S Fraga
Subject: Re: [Orgmode] [BEAMER] make text fit in a slide
Date: Thu, 20 Jan 2011 09:21:20 +0000
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

address@hidden writes:

> Hi Andrea,
>
> I use the following line to allow frame breaks
>
> #+BIND: org-beamer-frame-default-options "[allowframebreaks]"

and, on a slide per slide basis, you can set options using the
BEAMER_envargs property (easiest to do using column view if you have
defined columns as per the tutorial on Worg, for instance).  For
example:

--8<---------------cut here---------------start------------->8---
*** A full slide
    :PROPERTIES:
    :BEAMER_envargs: [shrink]
    :END:

Content here

*** A very long slide
    :PROPERTIES:
    :BEAMER_envargs: [allowframebreaks]
    :END:

Some more content here.

--8<---------------cut here---------------end--------------->8---

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.223.g71650)



reply via email to

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