Hi,
 
I'm working on my thesis essay. I've been asked to present a list of figures divided by chapters, that is, one single list of figures splitted by chapters:
 
Chapter 1
 
fig. 1.1  Figure a
fig. 1.2  Figure b
 
Chapter 2
 
fig.  2.1  Figure c
fig.  2.2  Figure d      
 
   ...
 
you get the idea. At my first attempt I thought \completelistoffigures[criterium=chapter] might do the trick, unluckily It didn't work out. Then I figured I could make up a specific list of figures for each chapter by defining a float:
 
\definefloat [ChapOnefigure] [ChapOnefigures] [figure]
 
and use \placeChapOnefigure at chapter one whenever I would put up a figure. The list would be listed where appropiate by:
 
\completelistofChapOnefigures
 
and so on for as many chapters I got. This actually works :D !
 
What I have not been able to achive is to customize each list, i.e. change attributes like number style, page number style, add labels.. I thought that would be the easiest after getting the lists running.. I tried with \setupfloats, \setuplist and nothing yet. How can I change the apperance of these lists?
 
I would very much appreciate any help.
 
- Ana Hdz