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 12:14:55 +0100 Message-ID: References: <530E0CC8.7050105@gmail.com> <86d2i8hm0h.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIyvu-0002MT-T1 for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 06:15:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIyvo-0007vn-OG for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 06:15:18 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:28271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIyvo-0007vd-Ha for emacs-orgmode@gnu.org; Thu, 27 Feb 2014 06:15:12 -0500 In-Reply-To: <86d2i8hm0h.fsf@somewhere.org> (Sebastien Vauban's message of "Thu, 27 Feb 2014 11:45:34 +0100") 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org Hi S=C3=A9bastien, "Sebastien Vauban" writes: > Hi Alan, > > Alan Schmitt wrote: >> This is what I recently did to have the result of an evaluation (a >> fancy verbatim block) on two slides: >> >> #+latex_header: \usepackage{multicol} >> >> #+BEGIN_LaTeX >> \begin{multicols}{2} >> #+END_LaTeX >> >> #+results: huffman_res >> >> #+BEGIN_LaTeX >> \end{multicols} >> #+END_LaTeX > > Nitpicking (just wondering): why don't you use > > #+LaTeX: \begin{multicols}{2} > > instead of > > #+BEGIN_LaTeX > \begin{multicols}{2} > #+END_LaTeX > > ? Because there is so much I still have to learn ... Thank you for the suggestion, it's much better! Alan