Hans Hagen mailto:pragma@wxs.nl wrote on Monday, August 17, 2009 7:56 PM:
Thomas Floeren wrote:
a) Floatcaptions are no longer placed:
\externalfigure[dummy] \placefloatcaption[figure]{blabla}
i didn't yet rewrite that bit of code
b) \start...\stopregister results in an error:
hmmpf\startregister[index][identifier]{Hmmpf}\page[yes] \dorecurse{2}{hmmpf\page[yes]} hmmpf\stopregister[index][identifier]\page[yes] \placeregister[index][compress=no]
works ok in current version/beta
c) I'm not able to build caption numbers with the chapter number as prefix: I want for example "Fig. 2.6" where "2" is the chapter number and "6" the figure number by chapter. I tried all the options I found for setupcaptions (at least I think so), but I dont get the chapter number in the caption.
LuaTeX, Version beta-0.40.5-2009061123 (Web2C 2009) ConTeXt ver: 2009.06.14 21:01 MKIV fmt: 2009.6.18
can you try the latest version
Hans
Same thing with LuaTeX, Version beta-0.42.0-2009081710 ConTeXt ver: 2009.08.17 19:06 MKIV fmt: 2009.8.18 int: english/english \chapter{Ch 1} \placefigure[here]{captiontext} <-- should be "1.1", but gives "1" {\externalfigure[dummy]} \chapter{Ch 2} \placefigure[here]{captiontext} <-- should be "2.1", but gives "1" {\externalfigure[dummy]} MkII works as expected Thomas _____________