emacs-orgmode
[Top][All Lists]
Advanced

[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: Myles English
Subject: Re: [O] [org-e-beamer-export-to-pdf] Slide with two columns?
Date: Tue, 25 Sep 2012 12:26:39 +0100
User-agent: mu4e 0.9.9-dev6; emacs 24.1.50.2

Nicolas Goaziou writes:

> 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---

That works great.

Thanks,

Myles



reply via email to

[Prev in Thread] Current Thread [Next in Thread]