2007/6/25, Hans van der Meer <[EMAIL PROTECTED]>: > > On Jun 25, 2007, at 9:24, Taco Hoekwater wrote: > > > Hans van der Meer wrote: > >> Taco and Wolfgang, > >> > >> Here is your counterexample: > >> > >> \setupcaptions[number=no] % <<<<<< the culprit > >> \starttext > > > > Since you are referencing a non-existing number, I cannot say I am > > very surprised get weird output. > > You are right and I should not expect something sensible from > number=no, but for my curiosity one question remains: why does \at > gives a number that should not exist? > > Anyway, it is not a problem anymore!
"\in [key]" gives the running number of float, this means 1 for the first figure, 2 for the second ... This did only work with numbered figures, you disabled the number in your figure and got only the dummy sign (the bullet) because there was no number to be shown. "\at [key]" give you the pagenumber, where your figure was placed and this was in your example the first page. Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
