From mboxrd@z Thu Jan 1 00:00:00 1970 From: L. Larrabee Strow Subject: Re: closing column mode for beamer export Date: Wed, 11 Feb 2015 11:46:44 -0500 Message-ID: References: <87bnl1hcgf.fsf@ucl.ac.uk> <87vbj8n1kc.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLaSS-00071L-Pj for emacs-orgmode@gnu.org; Wed, 11 Feb 2015 11:48:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLaSP-0002bc-IM for emacs-orgmode@gnu.org; Wed, 11 Feb 2015 11:48:12 -0500 Received: from mail-qc0-f176.google.com ([209.85.216.176]:57962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLaSP-0002bQ-F0 for emacs-orgmode@gnu.org; Wed, 11 Feb 2015 11:48:09 -0500 Received: by mail-qc0-f176.google.com with SMTP id c9so3875999qcz.7 for ; Wed, 11 Feb 2015 08:48:08 -0800 (PST) In-reply-to: <87vbj8n1kc.fsf@pinto.chemeng.ucl.ac.uk> 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: Eric S Fraga Cc: emacs-orgmode@gnu.org 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. (START OF ORG FILE) #+LATEX_CLASS: beamer #+LATEX_CLASS_OPTIONS: [t] #+BEAMER_THEME: Frankfurt #+OPTIONS: H:2 toc:nil num:t * Introduction ** Overview *** :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} *** :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 *** :PROPERTIES: :BEAMER_col: 0.5 :END: #+LaTeX: \centering Figure 3 (bottom/left) Text instead of figure *** :PROPERTIES: :BEAMER_col: 0.5 :END: #+LaTeX: \centering Figure 4 (bottom/right) Text instead of figure (END OF ORG FILE) Thank you!! Eric S Fraga writes: > On Tuesday, 10 Feb 2015 at 13:12, Larrabee Strow wrote: >> Hi, >> >> Thanks for the suggestion. >> >> I tried making the columns bigger "BEAMER_col: 0.8 or whatever >> >> Didn't work. > > can you post a minimal example. I'm happy to play with it to see. -- L. Larrabee Strow UMBC Physics Department Email: strow@umbc.edu Office Phone: 724-663-7341 Google Phone: 724-663-1441