Hi,

The setting

\setupfloat
  [figure]
  [default=top]

not only places the figures at the top of the page, but also messes
up the float numbering (the float placement is fine). In the
following example “Figure 2” comes after “Figure 3”. How to fix
that?

\useMPlibrary
  [dum]

\setupfloat
  [figure]
  [default=top]

\starttext
\input knuth

\startplacefigure
  \externalfigure [dummy]
\stopplacefigure

\startplacefigure
  \externalfigure [dummy] [width=10cm, height=16cm]
\stopplacefigure

\startplacefigure
  \externalfigure [dummy]
\stopplacefigure

\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