Hi,

the `way` setting cannot be applied globally to all floats using
`\setupcaptions`. For the `prefix` value it works. Can this be
fixed?

\setupblackrules
  [width=4cm, height=1cm]

%% prefix is applied, way is not
%% \setupcaptions
%%  [prefix=no,
%%   way=bytext]

%% prefix and way is applied
\setupcaption
  [figure, table]
  [prefix=no,
   way=bytext]

\starttext
\dorecurse{2}{%
  \startchapter [title=Chapter]
    \dorecurse{2}{%
      \startplacefigure
        \blackrule
      \stopplacefigure
      \startplacetable
        \blackrule
      \stopplacetable}
  \stopchapter}
\stoptext


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