emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Chris Malone <chris.m.malone@gmail.com>
Cc: emacs-orgmode@gnu.org, Andrea Crotti <andrea.crotti.0@gmail.com>
Subject: Re: Re: [BEAMER] make text fit in a slide
Date: Fri, 21 Jan 2011 09:53:34 +0000	[thread overview]
Message-ID: <8762timvkx.fsf@pinto.chemeng.ucl.ac.uk> (raw)
In-Reply-To: AANLkTimB5joOmr5eL=qAwV69-r0Tafr1hnc4pUqFLU50@mail.gmail.com

[-- Attachment #1: Type: text/plain, Size: 564 bytes --]

Chris Malone <chris.m.malone@gmail.com> 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...


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: two columns above a single one example --]
[-- Type: text/orgmode, Size: 1372 bytes --]

#+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.

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]


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)

[-- Attachment #4: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

      parent reply	other threads:[~2011-01-21  9:53 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-19 22:51 [BEAMER] make text fit in a slide Andrea Crotti
2011-01-20  3:13 ` Chris Malone
2011-01-20  6:47 ` iemacs
2011-01-20  8:49   ` Andrea Crotti
2011-01-20  9:21   ` Eric S Fraga
2011-01-20 15:04     ` chris.m.malone
2011-01-20 15:36       ` Andrea Crotti
2011-01-20 16:42         ` Chris Malone
2011-01-20 17:17           ` Andrea Crotti
2011-01-20 17:35             ` Chris Malone
2011-01-20 21:12               ` Andrea Crotti
2011-01-21  9:53             ` Eric S Fraga
2011-01-21  9:53           ` Eric S Fraga [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8762timvkx.fsf@pinto.chemeng.ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=andrea.crotti.0@gmail.com \
    --cc=chris.m.malone@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).