Am 19.09.2010 um 00:09 schrieb Corsair:

> Hi all,
> 
> If I understand this right, \setupcombinedlist[content][level=section]
> tells ConTeXt to list up to section level when doing \completecontent.
> But it seems no matter what I set for `level', \completecontent lists
> however deeply it can.

This option is gone in MkIV, the alternative is to use

\starttext

\title{Contents}

\placelist[chapter,section,...]

...

\stoptext

or to redefine the contents lists with

\definecombinedlist[content][chapter,section,...]

\starttext

\completecontent

...

\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to