From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Org file to generate both beamer and standard LaTeX file Date: Thu, 4 Jul 2013 00:22:00 +0200 Message-ID: <20130703222200.GA3051@kuru.dyndns-at-home.com> References: <87sizv9vog.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuVRC-0007CF-Ux for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 18:22:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuVR9-0006wx-GW for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 18:22:10 -0400 Received: from mail-ee0-x22d.google.com ([2a00:1450:4013:c00::22d]:62990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuVR9-0006wG-A6 for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 18:22:07 -0400 Received: by mail-ee0-f45.google.com with SMTP id c1so384252eek.4 for ; Wed, 03 Jul 2013 15:22:06 -0700 (PDT) Received: from kuru.dyndns-at-home.com (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id i2sm282998eeu.4.2013.07.03.15.22.03 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 03 Jul 2013 15:22:04 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87sizv9vog.fsf@free.fr> 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: emacs-orgmode@gnu.org Hi, On Wed, Jul 03, 2013 at 11:32:15PM +0200, Julien Cubizolles wrote: > I've been an newbie org user for a while now: in particular, I've never > played with export much and all my LaTeX work as been done with AucTeX > in a .tex file. I'm considering switching to an Org-based setup if I > could get the following, mainly for courses I'm preparing for which I > would need beamer / handouts / normal LaTeX / maybe odt export > > * sectioning (\section et al commands in LaTeX) done with first and > second/third level heading, common to all exporters > > * some common LaTeX code for all exports (definitions/theorems) > > * manual specification of individual frames for the Beamer export. I > guess I would need LaTeX blocks for that, would AucTeX be available in > the edit buffer ? > > * manual LaTeX code for normal LaTeX > > * some python/pgfplots/tikz source blocks generating images, used in the > different export modes. > > Can it be done ? Even better, did one of you already implemented > something similar ? All of what you list above is supported. You just need to learn the syntax. To get started please look at the ox-beamer tutorial on Worg. It is a little outdated by now, but it should provide a good starting point for you. And of course all the features are very nicely documented in the manual, take a look there. Cheers, -- Suvayu Open source is the future. It sets us free.