emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: Beamer export: Are handout notes possible?
Date: Wed, 07 Sep 2011 09:57:09 +0200	[thread overview]
Message-ID: <87wrdkss2y.fsf@gmail.com> (raw)
In-Reply-To: 87mxegkh10.fsf@thinkpad.tsdh.de

Tassilo Horn <tassilo@member.fsf.org> writes:

> Hi all,
>
> I'm a big fan of the LaTeX beamer export.  However, now I've hit a
> problem that I don't know how to solve.
>
> In plain LaTeX beamer, every text I write between \begin{frame}
> ... \end{frame} is of course not in a frame but will be there if I
> compile the tex file in beamer's handout mode.  That's very convenient
> for putting notes there that you want to mention only in the "audio
> track" of a presentation.
>
> Because the frames are written as org outlines, there's no explicit
> \end{frame}, but everything up to the next outline is put into a frame.
>
> Is there still some way to what I want?

I have asked the same thing earlier.  Eric Fraga suggested the
following:

--8<---------------cut here---------------start------------->8---
** Previous frame
   text here

#+begin_latex
\end{frame}
\againframe<2>{overview.fig}
\begin{frame}<handout>
#+end_latex

** Following frame
--8<---------------cut here---------------end--------------->8---

From: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg42140.html


For what you are doing I'd might use only environment.  That way you can
have text in frames which are not displayed on frames.  I use the
following snippet 

I use 
#+begin_src emacs-lisp
(setq org-beamer-environments-extra (quote (("onlyenv" "O" "
    \\begin{onlyenv}%a" "\\end{onlyenv}"))))
#+end_src 

And do something like: 
#+begin_src org
* section
** Frame
*** Frame text
....
*** Extra text
    :PROPERTIES:
    :BEAMER_env: onlyenv
    :BEAMER_envargs: <beamer:0>
    :END:

some more text
#+end_src 

And you can even use \only and similar in frames and it will work.

Still, what you are asking would be nice but unless things have changed
only a fragile solution exists.

–Rasmus

-- 
Sent from my Emacs

  reply	other threads:[~2011-09-07  7:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-07  6:23 Beamer export: Are handout notes possible? Tassilo Horn
2011-09-07  7:57 ` Rasmus [this message]
2011-09-07  8:04 ` Carsten Dominik
2011-09-07  9:05   ` Tassilo Horn
2011-09-07  9:23     ` Eric S Fraga
2011-09-07  9:26       ` Carsten Dominik
2011-09-07  9:55         ` Tassilo Horn
2011-09-07  9:57         ` Eric S Fraga
2011-09-07 10:14           ` Carsten Dominik
2011-09-07 15:29             ` Eric S Fraga
2011-09-07  8:07 ` Eric S Fraga
2011-09-07  9:06   ` suvayu ali

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=87wrdkss2y.fsf@gmail.com \
    --to=rasmus@gmx.us \
    --cc=emacs-orgmode@gnu.org \
    /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).