From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Re: [BEAMER] make text fit in a slide Date: Fri, 21 Jan 2011 09:53:34 +0000 Message-ID: <8762timvkx.fsf@pinto.chemeng.ucl.ac.uk> References: <874o946icv.fsf@ucl.ac.uk> <90e6ba4fc1deab9161049a487294@google.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from [140.186.70.92] (port=39462 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgDgf-000208-5M for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 04:53:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgDga-0004Z2-OF for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 04:53:44 -0500 Received: from vscani-e.ucl.ac.uk ([144.82.108.33]:45919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PgDga-0004Yo-KB for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 04:53:40 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Chris Malone Cc: emacs-orgmode@gnu.org, Andrea Crotti --=-=-= Content-Type: text/plain Chris Malone writes: > Hi Andrea, > > Here I can help some :). > > What I have done in the past is take advantage of the fact that org-mode > will close a beamer =columns= environment if the column width is set to 0 > (or 1): Actually, one can do this more simply by realising that latex will wrap the columns if they take up too much space... attached is an example where the first two columns are of a width that they take up the whole line width so that the third column, given a full line width, has to be below the first two... --=-=-= Content-Type: text/orgmode Content-Disposition: attachment; filename=beamertest.org Content-Description: two columns above a single one example #+title: Testing Beamer in Org #+author: Eric S Fraga #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:5 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:nil #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+startup: oddonly #+startup: beamer #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_FRAME_LEVEL: 2 #+startup: fninline #+COLUMNS: %40ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %10BEAMER_extra(Extra) * Introduction *** A slide with two + 1 colums ***** Some notes :BMCOL:B_block: :PROPERTIES: :BEAMER_col: 0.5 :BEAMER_env: block :END: - some text - and some more - and yet more ***** More notes :BMCOL:B_ignoreheading: :PROPERTIES: :BEAMER_col: 0.5 :BEAMER_env: ignoreheading :BEAMER_envargs: c<2-> :END: - some important notes - and even more important ones - and some maths: $\sin^{2}(x)$ ***** a concluding block below the columns :BMCOL: :PROPERTIES: :BEAMER_env: example :BEAMER_col: 1 :END: This slide should have two columns above this block. --=-=-= Content-Type: text/plain HTH, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.228.gdcfee.dirty) --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --=-=-=--