[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [Beamer] Combining blocks, columns, and column(s) options
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [Beamer] Combining blocks, columns, and column(s) options |
Date: |
Mon, 23 Mar 2015 23:50:33 +0100 |
Hello
Matthew Gidden <address@hidden> writes:
> I've found a number of references to the problem of aligning columns,
> especially using the block environment [1, 2, 3]. Specifically, I would
> like to supply option arguments to either the `columns` or `column` latex
> environment directive. As written, it appears that only the `block`
> environment can be supplied options. I have also tried the BEAMER_envarg
> suggestion on the website <http://orgmode.org/manual/Beamer-export.html> to
> no avail.
"BEAMER_envarg" no longer exists. Using "columns", as suggested in the
manual, should work however:
* Foo
** Columns
:B_columns:
:PROPERTIES:
:BEAMER_env: columns
:BEAMER_opt: t
:END:
*** Bar
:B_block:BMCOL:
:PROPERTIES:
:BEAMER_col: 0.45
:BEAMER_env: block
:END:
foo
*** Baz
:B_block:BMCOL:
:PROPERTIES:
:BEAMER_col: 0.45
:BEAMER_env: block
:END:
foo
Regards,
--
Nicolas Goaziou