* [org-e-beamer-export-to-pdf] Slide with two columns?
@ 2012-09-23 17:27 Myles English
2012-09-23 17:49 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Myles English @ 2012-09-23 17:27 UTC (permalink / raw)
To: Emacs-orgmode
Hi,
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.
Thanks,
Myles
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [org-e-beamer-export-to-pdf] Slide with two columns?
2012-09-23 17:27 [org-e-beamer-export-to-pdf] Slide with two columns? Myles English
@ 2012-09-23 17:49 ` Nicolas Goaziou
2012-09-25 11:26 ` Myles English
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2012-09-23 17:49 UTC (permalink / raw)
To: Myles English; +Cc: Emacs-orgmode
Hello,
Myles English <mylesenglish@gmail.com> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [org-e-beamer-export-to-pdf] Slide with two columns?
2012-09-23 17:49 ` Nicolas Goaziou
@ 2012-09-25 11:26 ` Myles English
0 siblings, 0 replies; 3+ messages in thread
From: Myles English @ 2012-09-25 11:26 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Emacs-orgmode
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-09-25 11:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-23 17:27 [org-e-beamer-export-to-pdf] Slide with two columns? Myles English
2012-09-23 17:49 ` Nicolas Goaziou
2012-09-25 11:26 ` Myles English
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).