Hi,

 

I’ve found that occasionally the order of floats change, but the numbering still reflects the order in the input file. Is that the intended behaviour? Is there a way to number to floats according to their order in the (visual) output?

 

Best,
Denis

 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\setupexternalfigures

    [location={local,global,default}]

 

\setupfloats[compress=no]

\setupfloat[figure][default=top]

 

\starttext

 

\input knuth

 

\placefigure{Cow 1}{\externalfigure[cow][

                width=.5\textwidth,

                ]}

\placefigure{Cow 2}{\externalfigure[cow][

                width=.8\textwidth,

                ]}

 

\placefigure{Cow 3}{\externalfigure[cow][

                width=.7\textwidth,

                ]}

 

\stoptext

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%