From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19139 Path: news.gmane.org!not-for-mail From: "Michael Fuchs" Newsgroups: gmane.comp.tex.context Subject: AW: TOC indenting Date: Fri, 18 Mar 2005 10:28:52 +0100 Message-ID: <20050318092852.DF6295F219@sunkist.iskp.uni-bonn.de> References: <7D69E888-9737-11D9-9342-001124338712@northcoast.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1111138045 5438 80.91.229.2 (18 Mar 2005 09:27:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2005 09:27:25 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 18 10:27:25 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 1DCDlJ-0003hY-9n for gctc-ntg-context-518@m.gmane.org; Fri, 18 Mar 2005 10:27:21 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EBAEC1294D; Fri, 18 Mar 2005 10:28:58 +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 20615-01-3; Fri, 18 Mar 2005 10:28:55 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 667EE128F0; Fri, 18 Mar 2005 10:28:55 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1F99F128F0 for ; Fri, 18 Mar 2005 10:28:54 +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 20615-01-2 for ; Fri, 18 Mar 2005 10:28:53 +0100 (CET) Original-Received: from sunkist.iskp.uni-bonn.de (sunkist.iskp.uni-bonn.de [131.220.221.221]) by ronja.ntg.nl (Postfix) with ESMTP id 4D8D91277F for ; Fri, 18 Mar 2005 10:28:53 +0100 (CET) Original-Received: from darkstar (notebook.cb.uni-bonn.de [131.220.219.211]) by sunkist.iskp.uni-bonn.de (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id DF6295F219 for ; Fri, 18 Mar 2005 10:28:52 +0100 (CET) Original-To: "'mailing list for ConTeXt users'" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcUrSFHNofZqjW/7Q+OvZ2WetHG0zgAU9pgA In-Reply-To: <7D69E888-9737-11D9-9342-001124338712@northcoast.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 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:19139 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19139 Hi David! See the following example for a TOC where sections and subsections are indented.=20 Regards Michael=20 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 =20 > -----Urspr=FCngliche Nachricht----- > Von: ntg-context-bounces@ntg.nl=20 > [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 >=20 > All, >=20 > In my table of contents, I have: >=20 > \definecombinedlist > [content][section,subsection] >=20 > \setupcombinedlist > [content] > [alternative=3Dc,aligntitle=3Dyes,width=3D2.5em] >=20 >=20 > How do I set up my TOC so that subsections are indented slightly more=20 > than sections in which they are contained? >=20