emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: James Harkins <jamshark70@qq.com>
To: emacs-orgmode@gnu.org
Subject: Re: closing column mode for beamer export
Date: Thu, 12 Feb 2015 07:33:41 +0000 (UTC)	[thread overview]
Message-ID: <loom.20150212T083057-361@post.gmane.org> (raw)
In-Reply-To: loom.20150210T163426-482@post.gmane.org

Larrabee Strow <strow <at> umbc.edu> writes:

> 
> I am trying to put a second row of two columns in a org beamer slide.
> 
> No problems with doing the first row, two column.
> 
> I can't figure out any way to put in the second row of two columns.
> (I am trying to show a 2x2 grid of images, with titles.)
> 
> It appears to me I need something that produces and \end{columns}
> after my first row of columns.

This is what the :B_columns: tag is for. (And, finally *I* can help someone
else, instead of asking a question!!)

In the example, I'm cutting out some spaces before tags.

#+OPTIONS: H:1

* Frame
** First row				:B_columns:
   :PROPERTIES:
   :BEAMER_env: columns
   :END:
*** Left				:BMCOL:
    :PROPERTIES:
    :BEAMER_col: 0.5
    :END:
    Stuff here
*** Right				:BMCOL:
    :PROPERTIES:
    :BEAMER_col: 0.5
    :END:
    More stuff here
** Second row				:B_columns:
   :PROPERTIES:
   :BEAMER_env: columns
   :END:
*** Left				:BMCOL:
    :PROPERTIES:
    :BEAMER_col: 0.5
    :END:
    Stuff here
*** Right				:BMCOL:
    :PROPERTIES:
    :BEAMER_col: 0.5
    :END:
    More stuff here

In the exported LaTeX code, you'll get two \begin{columns} ... \end{columns}
pairs.

hjh

      parent reply	other threads:[~2015-02-12  7:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-10 15:42 closing column mode for beamer export Larrabee Strow
2015-02-10 18:02 ` Eric S Fraga
2015-02-10 18:12   ` Larrabee Strow
2015-02-11 11:13     ` Eric S Fraga
2015-02-11 16:46       ` L. Larrabee Strow
2015-02-12  8:30         ` Eric S Fraga
2015-02-13  2:09           ` James Harkins
2015-02-13  7:29             ` Eric S Fraga
2015-02-13 16:49               ` Nick Dokos
2015-02-12  7:33 ` James Harkins [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20150212T083057-361@post.gmane.org \
    --to=jamshark70@qq.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).