From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Examples of orgmode+beamer presentations? Date: Mon, 15 Apr 2013 10:25:42 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URlHv-0005Et-LC for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 11:25:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URlHt-0001ur-GB for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 11:25:47 -0400 Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:47798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URlHs-0001uL-Pt for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 11:25:45 -0400 Received: by mail-la0-f47.google.com with SMTP id eh20so3401147lab.20 for ; Mon, 15 Apr 2013 08:25:42 -0700 (PDT) In-Reply-To: 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: Angel de Vicente Cc: emacs-orgmode On Mon, Apr 15, 2013 at 10:18 AM, Angel de Vicente wrote: > Hi, > > I'm trying to find examples of presentations made with orgmode and > beamer. Ideally I would like to see sample presentations first (in PDF), > so that I can get one that looks as close to what I would need, and then > I would like to get the source code for it. Are there any good templates > out there? (Something similar to > http://draketo.de/light/english/politics-and-free-software/recipes-presen= tations-beamer-latex-using-emacs-org-mode, > but hopefully with more options). > > Is there anything out there? > Not sure you'll find much out there since Org-mode is just using what you can do with the Beamer LaTeX package. You might have better luck searching around for Beamer themes and sample PDFs and then accessing that look/style with Org-mode. This is typically as simple as this at the top of the document: #+latex_header: \usetheme[options]{theme-name} For some Beamer examples: - Matrix of all the standard themes: http://www.hartwork.org/beamer-theme-matrix/ - Nice compilation of custom themes: http://latex.simon04.net/ I'm partial to Torino and have been using that at work with the freewilly color option (blue) for almost everything. To use it, I just have this at the top of all presentation files: #+latex_header: \usetheme[alternativetitlepage=3Dtrue,titleline=3Dtrue]{Tor= ino} #+latex_header: \usecolortheme{freewilly} Sorry if that's not what you're looking for! The recipe page you posted will show you how to do some various columns and layouts, but again, this is just doing in Org what you can do manually in Beamer. The appearance is all going to come from the theme. John > Thanks, > -- > =C3=81ngel de Vicente > http://angel-de-vicente.blogspot.com/ > >