From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Syntax highlighting of code blocks in beamer slides Date: Tue, 13 Mar 2012 14:44:44 +0100 Message-ID: References: <03D26DE9-9D6C-484E-B6F4-60D1FD7CEE35@nf.mpg.de> Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7S2I-0006Iw-1t for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 09:45:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7S1r-0005vc-C9 for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 09:45:09 -0400 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:36026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7S1r-0005uu-1K for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 09:44:43 -0400 In-Reply-To: <03D26DE9-9D6C-484E-B6F4-60D1FD7CEE35@nf.mpg.de> 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: Stefan Vollmar Cc: emacs-orgmode Mode On 13 mars 2012, at 14:41, Stefan Vollmar wrote: > Hello, >=20 > we want to create slides via beamer. This works fine except for source = code listings (#begin_src python...#end_src) - if exported as HTML they = have syntax-highlighting as expected, however, when exported as LaTeX = the syntax-highlighting is lost. Is there a way to create beamer slides = with source code snippets that have syntax-highlighting? I'm following this tutorial for this: http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12-3 Alan=