On 2013-04-16 Wolfgang Schuster wrote:
Am 16.04.2013 um 18:56 schrieb "H. Özoguz"
: How to deactive the Caption-Numbering:
\starttext
\placefigure[here]{Blub}{\externalfigure[image][width=6cm]}
\stoptext
I want the caption "Blub", but not the "Figure 1" label.
\placefigure[here,nonumber]{.}{.}
It helped me now. Btw, there is no such an option mentioned in the WIKI or user guide... http://wiki.contextgarden.net/Command/placefigure But I'd like to add: (1) caption=none renders 'none' instead of nothing... (2) when key=none is combined, e.g. [none, page], the numbering is suppressed, but the second option is ignored. But [page, none] works fine. The order matters. It is same for [page, nonumber]. It would be nice to fix those examples in Wiki or if MkIV behaves differently, add an appropriate alternative there. Thanks, Jan