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: Eric S Fraga
Subject: Re: [O] How can I continue my code listing in Beamer slides?
Date: Fri, 7 Mar 2014 16:34:44 +0000
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux)

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

I use the ~allowframebreaks~ option in beamer:

#+begin_src org
  ,** Octave program
  :PROPERTIES:
  :BEAMER_opt: allowframebreaks,label=
  :END:
      
  ,#+begin_src octave :exports code :results none
    ## a long segment of code goes here
  ,#+end_src
#+end_src
  
and this works like a charm without any need for columns or direct LaTeX
code.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.1, Org release_8.2.5h-660-gef207f



reply via email to

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