From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: latex export and beamer columns Date: Sun, 22 Nov 2009 19:31:28 +0000 Message-ID: <874ooml5kf.wl%ucecesf@ucl.ac.uk> References: <876394m49f.wl%ucecesf@ucl.ac.uk> <3CB39269-FB18-4155-AF32-00F6B46F8061@gmail.com> <878wdylpw5.wl%ucecesf@ucl.ac.uk> <876392lhfh.wl%ucecesf@ucl.ac.uk> <874oom8tn8.fsf@fastmail.fm> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCI9t-0006CX-Ey for emacs-orgmode@gnu.org; Sun, 22 Nov 2009 14:31:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCI9p-00069m-10 for emacs-orgmode@gnu.org; Sun, 22 Nov 2009 14:31:41 -0500 Received: from [199.232.76.173] (port=44672 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCI9o-00069b-P8 for emacs-orgmode@gnu.org; Sun, 22 Nov 2009 14:31:36 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:45785) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCI9o-0001mK-AY for emacs-orgmode@gnu.org; Sun, 22 Nov 2009 14:31:36 -0500 In-Reply-To: <874oom8tn8.fsf@fastmail.fm> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Lundin Cc: org-mode mailing list , Carsten Dominik At Sun, 22 Nov 2009 10:29:47 -0500, Matt Lundin wrote: [...] > I've only used Beamer a few times, but I use the "center" environment to > center images. Could you perhaps use the following? > > ,---- > | In a double pipe heat exchanger, > | > | #+begin_center > | [[file:images/double-pipe-heat-exchanger.png]] > | #+end_center > | > | the heat transfer etc. ad nauseum... > `---- > > Best, > Matt Excellent suggestion! I didn't know about begin_center (sigh). I think this will work well in general. There is one case where it won't and that's within a list as the latex generated is wrong in the same way it is for a figure environment within a list (cf. the message earlier today from me). Many thanks, eric