2012-10-15 Marcin Borkowski:

> > > \placefigure[here]{none}{<image>} seems to actually typeset "none"
> > > as a caption.  What do I do if I want no caption (not even the
> > > "Figure 1" thing, in fact)?
> > 
> > \startplacefigure [location=none]
> >   \externalfigure [cow]
> > \stopplacefigure
> 
> Interesting.  Is
> 
> \startplacefigure[location=...]
>   ...
> \stopplacefigure
> 
> equivalent to \placefigure[...]{}{...}?

Yes. \placefigure is the old syntax. \start…\stopplacefigure the new
one. The new one uses a the key=value syntax also present in other MkIV
commands. Compare:

    \startplacefigure [title=Lorem, reference=fig:lorem]
    …
    \stopplacefigure

    \startchapter [title=Lorem, reference=sec:lorem]
    …
    \stopchapter

They are both supported, I personally stick to the new variant. I
find the interface much more memorable.


Marco

___________________________________________________________________________________
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