[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [org-e-beamer-export-to-pdf] Slide with two columns?
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [org-e-beamer-export-to-pdf] Slide with two columns? |
Date: |
Sun, 23 Sep 2012 19:49:31 +0200 |
Hello,
Myles English <address@hidden> writes:
> Can anyone make a two column slide yet? Like this example for the old
> exporter:
>
> http://orgmode.org/worg/sources/org-tutorials/org-beamer/presentation.org
>
> It looks as if it should be possible (by which I mean the appropriate
> properties are available), just wondering if it is something wrong with
> my setup.
You can have a look at the following example:
--8<---------------cut here---------------start------------->8---
#+TITLE: Two columns
#+LaTeX_CLASS: beamer
#+BEAMER_THEME: Rochester [height=20pt]
#+BEAMER_COLOR_THEME: spruce
* Frame title
Some text before
** Column without title
:BMCOL:
:PROPERTIES:
:BEAMER_col: 0.5
:END:
Some text
** Alert block in another column
:B_alertblock:BMCOL:
:PROPERTIES:
:BEAMER_env: alertblock
:BEAMER_col: 0.5
:END:
Alert !
** Quit column env with an ignoreheading
:B_ignoreheading:
:PROPERTIES:
:BEAMER_env: ignoreheading
:END:
You also quit column env with any other block type as long as there
is no BEAMER\under{}col property in the headline.
--8<---------------cut here---------------end--------------->8---
Regards,
--
Nicolas Goaziou