From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2648 Path: main.gmane.org!not-for-mail From: Zeljko Vrba Newsgroups: gmane.comp.tex.context Subject: Re: Table of contents Date: Sun, 10 Sep 2000 09:36:38 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20000910093638.A24656@fly.srk.fer.hr> References: <20000909152534.A9304@fly.srk.fer.hr> <39BA4210.89F13662@pobox.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035393423 10608 80.91.224.250 (23 Oct 2002 17:17:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:17:03 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Berend de Boer In-Reply-To: <39BA4210.89F13662@pobox.com>; from berend@pobox.com on Sat, Sep 09, 2000 at 03:58:40PM +0200 Xref: main.gmane.org gmane.comp.tex.context:2648 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2648 On Sat, Sep 09, 2000 at 03:58:40PM +0200, Berend de Boer wrote: > Zeljko Vrba wrote: > > > > How can I make table of contents look more like Latex's? > > I'd like subsections etc. to be indented.. this is in Latex: > > > > 1. section......................1 > > 1.1 subsection...............1 > > 1.2 subsection...............2 > > 2. section......................10 > > Try a different variant: > > \setupcombinedlist > [tableofcontents] > [variant=d] > > or so. > I read the manual, but no alternative gives me what I want.