emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [Beamer] Combining blocks, columns, and column(s) options


From: Matthew Gidden
Subject: Re: [O] [Beamer] Combining blocks, columns, and column(s) options
Date: Tue, 24 Mar 2015 11:25:01 -0500

Hi Nicolas,

I just wanted to report back that this worked out perfectly. Thanks! I'd be happy to add documentation somewhere if it is desired.

Cheers,

On Mon, Mar 23, 2015 at 5:50 PM, Nicolas Goaziou <address@hidden> wrote:
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



--
Matthew Gidden
Ph.D. Candidate, Nuclear Engineering
The University of Wisconsin -- Madison
Ph. 225.892.3192

reply via email to

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