emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Hendy <jw.hendy@gmail.com>
To: aditya siram <aditya.siram@gmail.com>
Cc: Dan Davison <davison@stats.ox.ac.uk>, emacs-orgmode@gnu.org
Subject: Re: Re: org-beamer outline
Date: Wed, 8 Sep 2010 14:36:44 -0500	[thread overview]
Message-ID: <AANLkTi=Y6PZuFwW=BqMmP3dk5_L4Q2mWdmmOzDSGkaQ+@mail.gmail.com> (raw)
In-Reply-To: <AANLkTikurGubTofdCjns5y8-38e9DpGsVU_pqqVcTLmH@mail.gmail.com>


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

Would something like this work?

--------
\AtBeginSubsection[]{
\begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsubsection]
\end{frame}}
---------

Make sure you have this in your file header:
#+options: tex:t latex:t


John

On Wed, Sep 8, 2010 at 2:24 PM, aditya siram <aditya.siram@gmail.com> wrote:

> Thanks folks that fixed it!
>
> I have another question, I'd like the sub-headings to show up as a
> full-page slide as I transition into that topic. For example given the
> following structure:
> * Presentation
> ** Topic 1
> *** Slide 1
> *** Slide 2
> ** Topic 2
> *** Slide 3
> *** Slide 4
>
> I'd like a full page slide of "Topic 2" to show up right after "Slide
> 2" . Is there a setting for this?
> -deech
>
> On Wed, Sep 8, 2010 at 9:29 AM, John Hendy <jw.hendy@gmail.com> wrote:
> > 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: 5068 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 19:37 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
2010-09-08 19:24     ` aditya siram
2010-09-08 19:36       ` John Hendy [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='AANLkTi=Y6PZuFwW=BqMmP3dk5_L4Q2mWdmmOzDSGkaQ+@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).