Suvayu Ali <fatkasuvayu+li...@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) _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode