Hi,

If I use \setupcaption[number=no] and include a float with no caption, then all subsequent floats do not have a caption!

Here is an example (using 2011.11.29)

\setupcaption[number=no]
\startbuffer
\startnotmode[bugfix]
  \startplacefigure[location=here]
    Figure with no caption
  \stopplacefigure
\stopnotmode

\startplacefigure[location=here, title={Test}]
  Still no caption!
\stopplacefigure
\stopbuffer

\starttext
%% The float is shown with a caption here
\enablemode[bugfix]
\getbuffer


%% The second float does not have a caption now.
\disablemode[bugfix]
\getbuffer
\stoptext

Aditya

Attachment: test.pdf
Description: Adobe PDF document

___________________________________________________________________________________
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