Am 06.06.2011 um 01:19 schrieb Mathieu Dupont:
>
> Yes, I would like to obtain :
>
> (page 1)
> Table of Content
> List of Figures
> 1 Chapter
>
> (page 2)
> List of Figures
> 1.1 Cow.
>
>
> I could use, instead of \completeLOF, something like :
>
> \chapter{List of Figures}
> \placeLOF
>
> but then I would have to adjust many other things and it becomes very messy.
You want this?
\setuplist[chapter][after={\placelist[figure]}]
\setuplist[figure][label=figure,width=6em]
\starttext
\completecontent
\chapter{One}
\placefigure{Two}{2}
\section{Three}
\placefigure{Four}{4}
\chapter{Five}
\placefigure{Six}{6}
\section{Seven}
\placefigure{Eight}{8}
\stoptext
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / 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
___________________________________________________________________________________