Hi all,
We have the small self-contained example below, in which text flows
around a graphic.
The graphic is aligned with the upper-left corner of the text paragraph
(despite \setuphanging[location=right]). We would very much like to have
the graphic align with the lower right corner of the paragraph.
Is there any way to do that?

\definecolumnset[TwoColumns][n=2]

\setupexternalfigures[location={local,default}]

\setuphanging[location=right]


\starttext

\startcolumnset[TwoColumns]


\dorecurse{3}{

\starthangaround{\externalfigure[cow][width=2cm]}

I want this cow to be in the lower right corner of the paragraph.

\input knuth

\stophangaround

}


\stopcolumnset

\stoptext



Versions: We're using mkii. But we get the same results for mkii and
mkiv on the example above.


Thanks,
Lars

___________________________________________________________________________________
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