From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Gidden Subject: [Beamer] Combining blocks, columns, and column(s) options Date: Mon, 23 Mar 2015 15:12:37 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b16016dc709270511fa4a44 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya8ia-0003ik-S1 for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 16:13:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya8iZ-0004u7-Av for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 16:13:00 -0400 Received: from mail-pd0-x231.google.com ([2607:f8b0:400e:c02::231]:34426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya8iY-0004tm-WF for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 16:12:59 -0400 Received: by pdbni2 with SMTP id ni2so197866621pdb.1 for ; Mon, 23 Mar 2015 13:12:57 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode --047d7b16016dc709270511fa4a44 Content-Type: text/plain; charset=UTF-8 Hi everyone, 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 to no avail. To clarify, I would like to inject an option `[t]` such that a .org file that looks like ``` *** Foo **** Bar :PROPERTIES: :BEAMER_col: 0.45 :BEAMER_env: block :END: foo **** Baz :PROPERTIES: :BEAMER_col: 0.45 :BEAMER_env: block :END: foo ``` gets translated into tex that looks like ``` \begin{frame}[label=sec-x-y-z]{Foo} \begin{columns}*[t]* \begin{column}{0.45\columnwidth} \begin{block}{Bar} foo \end{block} \end{column} \begin{column}{0.45\columnwidth} \begin{block}{Baz} foo \end{block} \end{column} \end{columns} \end{frame} ``` Note that an alternative of placing `[t]` after each `column` environment would also work. Has anyone gotten these environments to work nicely together? Cheers, Matt [1] http://comments.gmane.org/gmane.emacs.orgmode/67508 [2] http://osdir.com/ml/emacs-orgmode-gnu/2009-12/msg00238.html [3] http://osdir.com/ml/emacs-orgmode-gnu/2014-05/msg00980.html -- Matthew Gidden Ph.D. Candidate, Nuclear Engineering The University of Wisconsin -- Madison Ph. 225.892.3192 --047d7b16016dc709270511fa4a44 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi everyone,

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 argument= s to either the `columns` or `column` latex environment directive. As writt= en, it appears that only the `block` environment can be supplied options. I= have also tried the BEAMER_envarg suggestion on the website=C2=A0to no avail.
=
To clarify, I would like to inject an option `[t]` such that= a .org file that looks like
```
*** Foo

**** Bar
:PROPERTIES:
:BEAMER_col: 0.45=
:BEAMER_env: block
:END:
foo

<= /div>
**** Baz
:PROPERTIES:
:BEAMER_col: 0.45
=
:BEAMER_env: block
:END:
foo
```

gets translated into tex that looks like
= ```
\begin{frame}[label=3Dsec-x-y-z]{Foo}
\begin{c= olumns}[t]
\begin{column}{0.45\columnwidth}<= /div>
\begin{block}{Bar}
foo
\end{block}
= \end{column}

\begin{column}{0.45\columnwidth}
\begin{block}{Baz}
foo
\end{block}
\end= {column}
\end{columns}
\end{frame}
```<= /div>

Note that an alternative of placing `[t]` after ea= ch `column` environment would also work.

Has anyon= e gotten these environments to work nicely together?

Cheers,
Matt


--
Matthew Gidden
Ph.D. Candid= ate, Nuclear Engineering
The University of Wisconsin -- Madison
Ph. = 225.892.3192
--047d7b16016dc709270511fa4a44--