emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Tassilo Horn <tassilo@member.fsf.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Beamer export: Are handout notes possible?
Date: Wed, 07 Sep 2011 09:07:34 +0100	[thread overview]
Message-ID: <87zkig6aih.fsf@ucl.ac.uk> (raw)
In-Reply-To: <87mxegkh10.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Wed, 07 Sep 2011 08:23:07 +0200")

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.

Tassilo,

I assume you meant "between \end{frame} ... \begin{frame}"?

In any case, I think this will be very difficult to do directly, due to
the reason you have already noted: org is an outliner at its heart!

Instead, you could consider using \note{}s (search list as there was a
discussion about these a while back).  You can create notes for a given
slide easily enough:

#+begin_src org
* A slide
  - one item
  - another item

#+latex: \note{%
  - something to tell the audience or
  - make sure to point out some important point
  - whatever you want to put in notes basically...
#+latex: }

* Another slide
  - an item
  - yet another
#+end_src org

and then generate documents without notes, with slides and notes and
with notes alone.  Quite powerful but may not be necessarily what you
wanted...

HTH,
eric

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.7 (release_7.7.257.g0dd1)

  parent reply	other threads:[~2011-09-07  8:39 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
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 [this message]
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=87zkig6aih.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=tassilo@member.fsf.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).