On Sun, 17 Sep 2006 16:10:05 +0200
Hans Hagen <pragma@wxs.nl> wrote:
> > It is obviously (my example shows this), that there must
> > be a hidden number.
> >
> > What is its name?
> > How can this number be influenzed?
\unprotect
\def\floatcounter[#1]%
{\bgroup
\checkfloatracer{\v!float#1}%
\nextnodelocation{\v!float#1}%
\analyzenodelocation{\v!float#1}%
\tagnodelocation{\v!float#1}%
\egroup}
\protect
\starttext
\chapter{Bla}
\placefigure{}{\hrule width 6cm height 3cm}
\chapter{Bla}
\placefigure{}{\hrule width 6cm height 3cm}
\floatcounter[figure]
\placefigure{}{\hrule width 6cm height 3cm}
\chapter{Bla}
\placefigure{}{\hrule width 6cm height 3cm}
\placefigure{}{\hrule width 6cm height 3cm}
\floatcounter[figure]
\placefigure{}{\hrule width 6cm height 3cm}
\stoptext
Have fun with this example.
Wolfgang