emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Hendy <jw.hendy@gmail.com>
To: Dan Davison <davison@stats.ox.ac.uk>
Cc: aditya siram <aditya.siram@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: Re: org-beamer outline
Date: Wed, 8 Sep 2010 09:29:33 -0500	[thread overview]
Message-ID: <AANLkTik+8e=6rfR7FPZQd2EAKJTm6MYV88RB6yiR8MaL@mail.gmail.com> (raw)
In-Reply-To: <87wrqw9vdu.fsf@stats.ox.ac.uk>


[-- Attachment #1.1: Type: text/plain, Size: 2368 bytes --]

For what it's worth on the topic of beamer outlines, I recently created a
presentation and wanted the Outline to re-appear before every section.
Having this at the top of the document (right after all the #+options stuff)
worked great:

-----
\AtBeginSection[]{
\begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsection]
\end{frame}}
-----

I think it's pretty cool, especially if there are many frames between parts.
Perhaps this can be useful to someone looking into various methods for using
outlines in Beamer? Toggle #+options: toc:t and toc:nil to either have the
full outline appear at the beginning or only have the outline with the
highlighted upcoming section visible.


John

On Wed, Sep 8, 2010 at 9:12 AM, Dan Davison <davison@stats.ox.ac.uk> wrote:

> aditya siram <aditya.siram@gmail.com> writes:
>
> > Hi all,
> > I am wondering how to get an outline in an org-beamer presentation.
> > Currently I have a structure that looks like:
> >
> > #+TITLE: My Title
> > #+AUTHOR: Me
> > #+LaTeX_CLASS: beamer
> > #+LaTeX_CLASS_OPTIONS: [presentation]
> > #+BEAMER_FRAME_LEVEL: 2
> > #+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args)
> > %4BEAMER_col(Col) %8BEAMER_extra(Extra)
> > * Presentation
> > ** Slide 1
> > ** Slide 2
> > ** Slide 3
> > ** Slide 4 ...
> >
> > The outline slide contains only "Presentation". Is there someway to
> > break up the presentation so that slides 1 & 2 are a sub-topic and 3 &
> > 4 are another?
>
> Hi deech,
>
> Set BEAMER_FRAME_LEVEL to 3 and adjust outline levels as below.
>
> #+BEAMER_FRAME_LEVEL: 3
> #+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args)
> %4BEAMER_col(Col) %8BEAMER_extra(Extra)
> * Presentation
> ** Topic 1
> *** Slide 1
> *** Slide 2
> ** Topic 2
> *** Slide 3
> *** Slide 4
>
> Dan
>
> p.s. Thanks very much Carsten and Eric F. for org-beamer. I gave my
> first org-beamer presentation yesterday.
>
>
> > -deech
> >
> > _______________________________________________
> > Emacs-orgmode mailing list
> > Please use `Reply All' to send replies to the list.
> > Emacs-orgmode@gnu.org
> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

[-- Attachment #1.2: Type: text/html, Size: 3474 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2010-09-08 14:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-08 13:34 org-beamer outline aditya siram
2010-09-08 14:03 ` Sébastien Vauban
2010-09-08 14:12 ` Dan Davison
2010-09-08 14:29   ` John Hendy [this message]
2010-09-08 19:24     ` aditya siram
2010-09-08 19:36       ` 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='AANLkTik+8e=6rfR7FPZQd2EAKJTm6MYV88RB6yiR8MaL@mail.gmail.com' \
    --to=jw.hendy@gmail.com \
    --cc=aditya.siram@gmail.com \
    --cc=davison@stats.ox.ac.uk \
    --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).