28 Jun
2007
28 Jun
'07
1:36 a.m.
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.
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] \dorecurse{3}{ % \section{ABC} % Uncomment this and everything works. Text \placefigure{test again}{}} \stoptext Aditya