emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How can I continue my code listing in Beamer slides?


From: Sebastien Vauban
Subject: Re: [O] How can I continue my code listing in Beamer slides?
Date: Thu, 27 Feb 2014 11:45:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

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

--8<---------------cut here---------------start------------->8---
  #+LaTeX: \begin{multicols}{2}
--8<---------------cut here---------------end--------------->8---

instead of

--8<---------------cut here---------------start------------->8---
  #+BEGIN_LaTeX
  \begin{multicols}{2}
  #+END_LaTeX
--8<---------------cut here---------------end--------------->8---

?

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]