From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [new exporter] #+TOC in beamer export Date: Thu, 07 Mar 2013 00:30:03 +0100 Message-ID: <87vc94ds3o.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> <87d2vcfffd.fsf@med.uni-goettingen.de> <876214duf3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDNrB-00037u-Ia for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 18:34:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDNrA-0000AH-Ea for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 18:34:45 -0500 Received: from plane.gmane.org ([80.91.229.3]:33152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDNrA-0000A8-8S for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 18:34:44 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UDNrU-0005l3-9j for emacs-orgmode@gnu.org; Thu, 07 Mar 2013 00:35:04 +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 ; Thu, 07 Mar 2013 00:35:04 +0100 Received: from andreas.leha by vpn-2097.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Mar 2013 00:35:04 +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: > Andreas Leha writes: > >> 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] > > Actually, I am looking for a way to do it in regular (i.e. non-Beamer) > LaTeX. I guess your code only applies to Beamer documentclass. > Sorry. Did not follow this thread closely. Yes, this is beamer-specific. For non-beamer documents, Robert's suggestion of the minitoc package is good. Regards, Andreas