ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* way setting does not work in \setupcaptions
@ 2012-10-20 15:17 Marco Patzer
  0 siblings, 0 replies; only message in thread
From: Marco Patzer @ 2012-10-20 15:17 UTC (permalink / raw)
  To: context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-20 15:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-20 15:17 way setting does not work in \setupcaptions Marco Patzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).