emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: etimecowboy <etimecowboy@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: How can I continue my code listing in Beamer slides?
Date: Fri, 7 Mar 2014 16:34:44 +0000	[thread overview]
Message-ID: <8761nqotln.fsf@ucl.ac.uk> (raw)
In-Reply-To: 530E0CC8.7050105@gmail.com

etimecowboy <etimecowboy@gmail.com> 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

      parent reply	other threads:[~2014-03-07 18:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-26 15:48 How can I continue my code listing in Beamer slides? etimecowboy
2014-02-27  7:10 ` Alan Schmitt
2014-02-27 10:37   ` etimecowboy
2014-02-27 10:59     ` Alan Schmitt
2014-02-27 11:02       ` etimecowboy
2014-02-27 10:45   ` Sebastien Vauban
2014-02-27 11:14     ` Alan Schmitt
2014-03-07 16:34 ` Eric S Fraga [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8761nqotln.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=etimecowboy@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).