I'm sorry, I realize I wasn't clear at all.
What I want is simply the List of Figures to figure in my Table of Content, to be listed in it, just such as a chapter or a section.
List of Figures ......... page 1
Chapter 1 ............... page 2
Chapter 2 ............... page 3
Mathieu
From: schuster.wolfgang@googlemail.com
Date: Mon, 6 Jun 2011 07:21:16 +0200
To: ntg-context@ntg.nl
Subject: Re: [NTG-context] Include a list in a list, for example, a List of Figures in a Table of Content
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 : 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
___________________________________________________________________________________