From mboxrd@z Thu Jan 1 00:00:00 1970 From: Loris Bennett Subject: Re: Example for beamer export with blocks and twocolumn Date: Fri, 10 Dec 2010 08:42:59 +0100 Message-ID: <878vzyhy4c.fsf@slate.zedat.fu-berlin.de> References: <87aakfc7xt.fsf@slate.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=41655 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQxdR-0007iS-Ty for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 02:43:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQxdQ-0006Zm-1h for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 02:43:21 -0500 Received: from lo.gmane.org ([80.91.229.12]:35428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQxdP-0006ZP-Ko for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 02:43:20 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PQxdN-0007fs-IY for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 08:43:17 +0100 Received: from slate.zedat.fu-berlin.de ([160.45.11.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Dec 2010 08:43:17 +0100 Received: from loris.bennett by slate.zedat.fu-berlin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Dec 2010 08:43:17 +0100 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: emacs-orgmode@gnu.org suvayu ali writes: > 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. Thanks for the reply. However, I my problem is not with the main presentation part of the org file. What I would really like to see is 1. the preamble to the presentation where the MACROs LaTeX_CLASS options etc. are given 2. The value org-export-latex-classes I have found various examples, but when I put it together, structures such as blocks and two-column just are not exported to the LaTeX file. Could some one provide me with a *complete* example? Thanks Loris -- Dr. Loris Bennett ZEDAT Computer Centre Freie Universität Berlin Berlin, Germany