From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: closing column mode for beamer export Date: Thu, 12 Feb 2015 08:30:07 +0000 Message-ID: <87zj8jjzw0.fsf@ucl.ac.uk> References: <87bnl1hcgf.fsf@ucl.ac.uk> <87vbj8n1kc.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLpAC-00073P-Qy for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 03:30:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLpA9-0004vQ-KM for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 03:30:20 -0500 Received: from mail-db3on0148.outbound.protection.outlook.com ([157.55.234.148]:38983 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLpA9-0004ps-Ca for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 03:30:17 -0500 In-Reply-To: (L. Larrabee Strow's message of "Wed, 11 Feb 2015 11:46:44 -0500") 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: "L.Larrabee Strow" Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain On Wednesday, 11 Feb 2015 at 11:46, L.Larrabee Strow wrote: > Here is the simplest example I can come up with. I changed the four > figures to text. Note that in comments, I show where I can add > \end{columns} and \begin{columns} to the org-generated .tex files, and I > get what I want, a 2x2 set of figures. Thanks. I can get this to work by inserting an empty "non-column" block with heading ignored between the two pairs of blocks, as in the attached: --=-=-= Content-Type: text/x-org Content-Disposition: inline; filename="t.org" #+LATEX_CLASS: beamer #+LATEX_CLASS_OPTIONS: [t] #+BEAMER_THEME: Frankfurt #+startup: beamer #+OPTIONS: H:2 toc:nil num:t * Introduction ** Overview *** first column 0.5 :PROPERTIES: :BEAMER_col: 0.5 :END: #+LaTeX: \centering Figure 1 (top/left) Text instead of figure Text instead of figure Text instead of figure Text instead of figure Text instead of figure Text instead of figure #+LaTeX: \vspace{0.1in} *** second column 0.5 :PROPERTIES: :BEAMER_col: 0.5 :END: #+LaTeX: \centering Figure 2 (top/right) Text instead of figure # If I put: \end{columns} # and put : \begin{columns} # here in the .tex output from org-mode, I get a 2x2 set of figures *** Imaginary block :B_ignoreheading: :PROPERTIES: :BEAMER_env: ignoreheading :END: *** third column 0.5 :PROPERTIES: :BEAMER_col: 0.5 :END: #+LaTeX: \centering Figure 3 (bottom/left) Text instead of figure *** fourth 0.5 :PROPERTIES: :BEAMER_col: 0.5 :END: #+LaTeX: \centering Figure 4 (bottom/right) Text instead of figure --=-=-= Content-Type: text/plain HTH, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-816-gae83b3 --=-=-=--