emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] shrinking contents on one slide in beamer export


From: Eric S Fraga
Subject: Re: [Orgmode] shrinking contents on one slide in beamer export
Date: Tue, 04 Jan 2011 00:39:00 +0000
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Suvayu Ali <address@hidden> writes:

> On Sunday 26 December 2010 10:09 AM, Neil Hepburn wrote:
>> Greetings,
>> I am trying to produce a Beamer slide presentation from org-mode. I have a 
>> slide that has some output from R in a src_block. The problem is that the 
>> material that I want to present (coefficients from a regression) is just a 
>> bit too wide for the page. If I were writing this in native LaTeX, I could 
>> do something like
>
>> \begin{frame}[shrink=5]\frametitle{some stuff}
>> contents here
>> \end{frame}
>>
>> How do I pass the shrink argument to latex from org-mode?
>>
>
> I haven't used it but the org info node Beamer class[fn:1] export might
> help, look for BEAMER_extra.

[...]

Putting [shrink=5] in your BEAMER_envargs property will do it, as in:

--8<---------------cut here---------------start------------->8---
*** Example slide
    :PROPERTIES:
    :BEAMER_envargs: [shrink=5]
    :END:

- one point
- another
--8<---------------cut here---------------end--------------->8---


-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1
: using Org-mode version 7.4 (release_7.4.100.gdf7d)



reply via email to

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