From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [new exporter] #+TOC in beamer export Date: Wed, 06 Mar 2013 21:20:54 +0100 Message-ID: <87d2vcfffd.fsf@med.uni-goettingen.de> References: <87hakq2dqb.fsf@med.uni-goettingen.de> <877glltt4x.fsf@gmail.com> <87lia17btl.fsf@med.uni-goettingen.de> <20130305223542.GR7544@kuru.dyndns-at-home.com> <87d2vds8uf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDKpw-0000NR-EF for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 15:21:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDKpr-0002be-TH for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 15:21:16 -0500 Received: from plane.gmane.org ([80.91.229.3]:42634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDKpr-0002bT-My for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 15:21:11 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UDKqA-00015v-Qs for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 21:21:30 +0100 Received: from vpn-2097.gwdg.de ([134.76.2.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Mar 2013 21:21:30 +0100 Received: from andreas.leha by vpn-2097.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Mar 2013 21:21:30 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nicolas Goaziou writes: [...] > A TOC limited to current section sure sounds seducing, but I'm not sure > how to achieve this in LaTeX. Something like this? \tableofcontents[sectionstyle=show/hide, subsectionstyle=show/show/hide] Full example: #+begin_src org #+TITLE: Something #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation] #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt) #+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC #+OPTIONS: toc:nil H:3 * Intro ** Motivation *** Motivation Frame ** Challanges *** Challange 1 *** Challange 2 * TOC :B_frame: :PROPERTIES: :BEAMER_env: frame :END: #+LaTeX: \tableofcontents[sectionstyle=show/hide, subsectionstyle=show/show/hide] * Main Part ** One *** Frame One *** Frame Two ** Two *** Frame One *** Frame Two #+end_src Regards, Andreas