From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: How can I continue my code listing in Beamer slides? Date: Thu, 27 Feb 2014 11:59:32 +0100 Message-ID: References: <530E0CC8.7050105@gmail.com> <530F157B.3070403@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIygx-0003j3-8w for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 05:59:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIygp-0002Pv-VX for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 05:59:51 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:43529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIygp-0002Po-Ox for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 05:59:43 -0500 In-Reply-To: <530F157B.3070403@gmail.com> (etimecowboy@gmail.com's message of "Thu, 27 Feb 2014 10:37:47 +0000") 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: etimecowboy Cc: emacs-orgmode@gnu.org etimecowboy writes: > Your solution works on the results part, but makes my source code part > unprocessed by listing package. I mean there are no syntax highlights > for the source code. I don't know. A first step would be to find out how to do a multicolumn listing in LaTeX using the listings package. Then you can try to get this output from org. Alan