emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* shrinking contents on one slide in beamer export
@ 2010-12-26 18:09 Neil Hepburn
  2010-12-26 18:20 ` Suvayu Ali
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Hepburn @ 2010-12-26 18:09 UTC (permalink / raw)
  To: emacs-orgmode

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?

Cheers,
Neil


=============================================
Neil Hepburn, Lecturer in Economics
Department of Social Sciences, Augustana Faculty
University of Alberta
4901-46 Avenue
Camrose, Alberta  T4V 2R3

Phone (780) 679-1588
email nhepburn@ualberta.ca

No trees were harmed in creating this message. (However, millions of electrons were terribly disturbed.)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: shrinking contents on one slide in beamer export
  2010-12-26 18:09 shrinking contents on one slide in beamer export Neil Hepburn
@ 2010-12-26 18:20 ` Suvayu Ali
  2011-01-04  0:39   ` Eric S Fraga
  0 siblings, 1 reply; 3+ messages in thread
From: Suvayu Ali @ 2010-12-26 18:20 UTC (permalink / raw)
  To: emacs-orgmode

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.


> Cheers,
> Neil
>

Footnotes:
[fn:1] [[info:org:Beamer%20class%20export][info:org:Beamer class export]]

-- 
Suvayu

Open source is the future. It sets us free.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: shrinking contents on one slide in beamer export
  2010-12-26 18:20 ` Suvayu Ali
@ 2011-01-04  0:39   ` Eric S Fraga
  0 siblings, 0 replies; 3+ messages in thread
From: Eric S Fraga @ 2011-01-04  0:39 UTC (permalink / raw)
  To: Suvayu Ali; +Cc: emacs-orgmode

Suvayu Ali <fatkasuvayu+linux@gmail.com> 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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-04  0:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-26 18:09 shrinking contents on one slide in beamer export Neil Hepburn
2010-12-26 18:20 ` Suvayu Ali
2011-01-04  0:39   ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).