From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2642 Path: main.gmane.org!not-for-mail From: Berend de Boer Newsgroups: gmane.comp.tex.context Subject: Re: Table of contents Date: Sat, 09 Sep 2000 15:58:40 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <39BA4210.89F13662@pobox.com> References: <20000909152534.A9304@fly.srk.fer.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035393418 10541 80.91.224.250 (23 Oct 2002 17:16:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:16:58 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Zeljko Vrba Xref: main.gmane.org gmane.comp.tex.context:2642 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2642 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.