emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: edgar@openmail.cc
To: Fabrice Niessen <fni@pirilampo.be>, emacs-orgmode@gnu.org
Subject: Re: Beamer framebreak
Date: Sat, 28 Jan 2017 23:37:52 +0000	[thread overview]
Message-ID: <3c2a0db9c9923e307f013fffebb83b77@openmail.cc> (raw)
In-Reply-To: <dh824m0k8ffm.fsf@example.com>

Hey Fabrice,

It's me again. I looked at your (README.org), and I finally understood 
how to force a framebreak! Thank you very much. I feel stupid, because 
it's the same solution which has been around on the Internet, but I 
finally know how to use it. For others who might be interested:

If your heading number 2 (** Heading) creates a slide (look at the 
#+OPTIONS: of your org file. If you have H:2, then this is the case. If 
you have another number after H:, it means that your slides will be 
created with that level of heading. This is all in the manual, honest!), 
then add the property for allowframebreaks,label= 
(https://bitbucket.org/rivanvx/beamer/issue/265/including-frame-label-option-stops):

#+OPTIONS: author:nil H:2
* Heading #1
** Heading #2
   :PROPERTIES:
   # The 0.8 forces the content to fit in 0.8 of the whole slide
   # (without considering navigation bars, etc.)
   :BEAMER_OPT: allowframebreaks=0.8,label=
   :END:
   Your long contents go here (and more than one slides are generated 
automatically)

So, if you try this (doesn't work):
#+OPTIONS: author:nil H:2
* Heading #1
** Heading #2
*** Heading #3
   :PROPERTIES:
   :BEAMER_OPT: allowframebreaks=0.8,label=
   :END:
   Your long contents will be cropped within a single slide

This doesn't work either:
#+OPTIONS: author:nil H:2
* Heading #1
** Heading #2
   :PROPERTIES:
   :BEAMER_OPT: allowframebreaks=0.8,label=
   :END:
*** Heading #3
   Your long contents will be cropped into more than one slide, wherein 
the first slide will possibly be the headline.

Now that I think of it, may be I should turn this into a feature 
request. Is that reasonable? (to force a framebreak when a block 
overflows a slide, resulting in cropped contents).


Edgar

On 2017-01-27 19:34, Fabrice Niessen wrote:
> Hello Edgar,
> 
>> I am new to org-mode, because it seems impressive, and I think that it
>> will make my life much simpler. Thank you!
> 
> You may -- or may not -- be interested by some kind of reference
> material I wrote about Org-Beamer.
> 
> See https://github.com/fniessen/refcard-org-beamer.
> 
> Still partly a WIP, though.


-------------------------------------------------

ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!  
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!  

  parent reply	other threads:[~2017-01-28 23:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-10 23:49 Beamer framebreak edgar
     [not found] ` <dh824m0k8ffm.fsf@example.com>
2017-01-28 23:37   ` edgar [this message]
     [not found] <74c556488a004558ba6fbe9538f74049@DB5PR01MB1895.eurprd01.prod.exchangelabs.com>
2017-01-12 10:07 ` Eric S Fraga
  -- strict thread matches above, loose matches on Subject: below --
2017-01-18  1:40 edgar
2017-01-18  1:53 edgar
2017-01-18  2:35 ` John Hendy

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=3c2a0db9c9923e307f013fffebb83b77@openmail.cc \
    --to=edgar@openmail.cc \
    --cc=emacs-orgmode@gnu.org \
    --cc=fni@pirilampo.be \
    /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).