On Sat, 30 Nov 2013 19:42:54 +0100
Jan Tosovsky
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
I find that the \startplacefigure \stopplacefigure interface is much cleaner: \startplacefigure [location=here,numbering=no,title=Blub] \externalfigure [image] [width=6cm] \stopplacefigure Alan