From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: Example for beamer export with blocks and twocolumn Date: Fri, 10 Dec 2010 04:30:50 +0100 Message-ID: References: <87aakfc7xt.fsf@slate.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=37820 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQthY-0008AL-Dp for emacs-orgmode@gnu.org; Thu, 09 Dec 2010 22:31:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQthP-0001E1-Ew for emacs-orgmode@gnu.org; Thu, 09 Dec 2010 22:31:12 -0500 Received: from mail-yw0-f41.google.com ([209.85.213.41]:44474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQthP-0001Dv-57 for emacs-orgmode@gnu.org; Thu, 09 Dec 2010 22:31:11 -0500 Received: by ywj3 with SMTP id 3so2113740ywj.0 for ; Thu, 09 Dec 2010 19:31:10 -0800 (PST) In-Reply-To: <87aakfc7xt.fsf@slate.zedat.fu-berlin.de> 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: Loris Bennett Cc: emacs-orgmode@gnu.org Hi Loris, On Thu, Dec 9, 2010 at 3:55 PM, Loris Bennett wrote: > Hi, > > Is there a complete example of getting blocks and two-columns to work > with beamer export? The corresponding code is not being generated in the > latex file. I assume there is something wrong with my > org-export-latex-classes. I'm using Org-mode 7.3 with Emacs 23.1.1. > This is an example from a resent presentation I gave. This shows up as a plot on the left column and 2 equations related to the plot on the right column. #+BEAMER_FRAME_LEVEL: 3 ..... * Some Section ** Some Subsection *** \subsecname \\ some description **** Columns :B_columns: :PROPERTIES: :BEAMER_env: columns :END: ***** 0.4 :B_column: :PROPERTIES: :BEAMER_env: column :END: #+ATTR_LaTeX: width=4.5cm,height=6cm,angle=0 [[file:~/org/path/to/image1.png]] ***** 0.5 :B_column: :PROPERTIES: :BEAMER_env: column :END: ****** Smearing function :B_ignoreheading: :PROPERTIES: :BEAMER_env: ignoreheading :END: $$\Bigg\} E_{\parallel} \rightarrow T_1 \times E_{\parallel} + T_2 \times \mathcal{G}$$ \vspace{6 mm} $$\Bigg\}E_{\perp} \rightarrow T_3 \times E_{\perp} + T_4 \times \mathcal{G}$$ \vspace{6 mm} > Loris Hope this helps. -- Suvayu Open source is the future. It sets us free.