On Sat, 30 Nov 2013 19:42:54 +0100
Jan Tosovsky <j.tosov...@email.cz> wrote:

> On 2013-04-16 Wolfgang Schuster wrote:
> > Am 16.04.2013 um 18:56 schrieb "H. Özoguz" <h.oezoguz at mmnetz.de>:
> > >
> > > 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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to