From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19151 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Re: AW: TOC indenting Date: Fri, 18 Mar 2005 09:40:49 -0800 Message-ID: References: <20050318092852.DF6295F219@sunkist.iskp.uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1111167610 7221 80.91.229.2 (18 Mar 2005 17:40:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2005 17:40:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 18 18:40:09 2005 Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DCLRa-0004Di-5I for gctc-ntg-context-518@m.gmane.org; Fri, 18 Mar 2005 18:39:31 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D88BE12853; Fri, 18 Mar 2005 18:41:10 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24771-03; Fri, 18 Mar 2005 18:41:07 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 92784127A6; Fri, 18 Mar 2005 18:41:07 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8AC83127A6 for ; Fri, 18 Mar 2005 18:41:06 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24574-09-2 for ; Fri, 18 Mar 2005 18:41:05 +0100 (CET) Original-Received: from borg.inreach.com (mail.northcoast.com [209.142.2.71]) by ronja.ntg.nl (Postfix) with SMTP id 5CC57127A3 for ; Fri, 18 Mar 2005 18:41:05 +0100 (CET) Original-Received: (qmail 2559 invoked by uid 507); 18 Mar 2005 17:41:03 -0000 Original-Received: from unknown (HELO ?209.209.19.221?) (209.209.19.221) by mail.northcoast.com with SMTP; 18 Mar 2005 17:41:03 -0000 In-Reply-To: <20050318092852.DF6295F219@sunkist.iskp.uni-bonn.de> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.619) X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:19151 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19151 Michael, Perfect! Thanks. On Mar 18, 2005, at 1:28 AM, Michael Fuchs wrote: > Hi David! > > See the following example for a TOC where sections and > subsections are indented. > > Regards > > Michael > > > Example: > -------------------------------------- > > \setuplist > [chapter] > [before=3D\blank,style=3Dbold] > \setuplist > [section] > [margin=3D2em, width=3D3em] > \setuplist > [subsection] > [margin=3D4em, width=3D3em,distance=3D1em] > \setupcombinedlist > [content] > [alternative=3Dc, aligntitle=3Dno, width=3D2em] > > \starttext > > \placecontent > [level=3Dsubsection,criterium=3Dall] > > \chapter{One} > > \section{One- one} > \subsection{One- two} > > \section{Two- one} > \subsection{Two- two} > > \chapter{Two} > > \section{One- one} > \subsection{One- two} > > \section{Two- one} > \subsection{Two- two} > > \stoptext > > > > >> -----Urspr=FCngliche Nachricht----- >> Von: ntg-context-bounces@ntg.nl >> [mailto:ntg-context-bounces@ntg.nl] Im Auftrag von David Arnold >> Gesendet: Donnerstag, 17. M=E4rz 2005 23:54 >> An: Context Mailing List List >> Betreff: [NTG-context] TOC indenting >> >> All, >> >> In my table of contents, I have: >> >> \definecombinedlist >> [content][section,subsection] >> >> \setupcombinedlist >> [content] >> [alternative=3Dc,aligntitle=3Dyes,width=3D2.5em] >> >> >> How do I set up my TOC so that subsections are indented slightly more >> than sections in which they are contained? >> > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >