2007/6/28, Aditya Mahajan
Quoting Horacio Suarez
: Hello:
I have a book with 18 chapter. in one of them, the 16th, I need a local list of figures, I mean figures in that chapter only.
But if I type:
\completelistoffigures[alternative=c]
I only get the head, "Ilustraciones" but empty. And
\placelist[figure]
Is also empty but without head.
this is OK, placelist[xxx] or \listofxxx give you only the entries of the corresponding list, you can place your own title with \chapter, section ... \completelistofxxx is a combination of \chapter{title of list} and \placelist[xxx]
I´ve allready made list I need almost by hand, but anyway I want to know how to do it.
Hmm... Ok, I think that I finally nailed it down. Hans, this looks like a bug.
\starttext \chapter {Test} \placelist[figure]
\placelist[figure][criterium=all] works but give the complete list the default value for criterium is value Horacio want \placelist[figure][criterium=chapter] and this did not work
\dorecurse{3}{ % \section{ABC} % Uncomment this and everything works. Text \placefigure{test again}{}} \stoptext
Aditya
Wolfgang