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: etimecowboy
Subject: Re: [O] How can I continue my code listing in Beamer slides?
Date: Thu, 27 Feb 2014 10:37:47 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

Dear Alan,

Thanks for your reply.

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.

Is there any solution for it?

Cheers,
etimecowboy

On 2014/2/27 7:10, Alan Schmitt wrote:
etimecowboy <address@hidden> writes:

Hi everyone,

I have a question about beamer export in org.

I have some code to be put in my slides. The problem is that one slide
(or one column block) does not have enough space for it. How can I split
it into two slides or several column blocks? Please help me with it.

etimecowboy
This is what I recently did to have the result of an evaluation (a
fancy verbatim block) on two slides:

--8<---------------cut here---------------start------------->8---
#+latex_header: \usepackage{multicol}

#+BEGIN_LaTeX
\begin{multicols}{2}
#+END_LaTeX

#+results: huffman_res

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

Hope this helps,

Alan




reply via email to

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