From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Re: org-beamer outline Date: Wed, 8 Sep 2010 09:29:33 -0500 Message-ID: References: <87wrqw9vdu.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0185070376==" Return-path: Received: from [140.186.70.92] (port=34719 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtLec-0002Cw-PJ for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 10:29:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtLeZ-0000JN-4v for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 10:29:36 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:45314) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtLeY-0000JD-R2 for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 10:29:35 -0400 Received: by bwz6 with SMTP id 6so178796bwz.0 for ; Wed, 08 Sep 2010 07:29:33 -0700 (PDT) In-Reply-To: <87wrqw9vdu.fsf@stats.ox.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Davison Cc: aditya siram , emacs-orgmode@gnu.org --===============0185070376== Content-Type: multipart/alternative; boundary=001485ea400e9dda94048fc057c9 --001485ea400e9dda94048fc057c9 Content-Type: text/plain; charset=ISO-8859-1 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} \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 wrote: > aditya siram 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 > --001485ea400e9dda94048fc057c9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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. H= aving this at the top of the document (right after all the #+options stuff)= worked great:

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

I think it's pretty cool, especially if there are many frames betw= een parts. Perhaps this can be useful to someone looking into various metho= ds for using outlines in Beamer? Toggle #+options: toc:t and toc:nil to eit= her 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> wr= ote:
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 som= eway 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

--001485ea400e9dda94048fc057c9-- --===============0185070376== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0185070376==--