Re: [NTG-context] Indenting after floating image

2014-02-19 Thread Thangalin
Ah! I was going to suggest that, but thought you wanted a solution that didn't involve manual adjustments... I also thought I tried adding "\indentation" to the "PlaceFigure" macro, but it didn't work (probably because of it being embedded inside another set of braces). ___

Re: [NTG-context] Indenting after floating image

2014-02-19 Thread Jan Tosovsky
On 2014-02-19 Thangalin wrote: > > A work-around: > > \setupexternalfigures[location=default] > \setupindenting[yes,medium] > > \define[1]\PlaceFigure{ > \startplacefigure[number=no, location={page}, title={}] > \externalfigure[#1] > \stopplacefigure > \\ \vskip-1em > } > > \starttext >

Re: [NTG-context] Indenting after floating image

2014-02-18 Thread Thangalin
Hi Jan, A work-around: \setupexternalfigures[location=default] \setupindenting[yes,medium] \define[1]\PlaceFigure{ \startplacefigure[number=no, location={page}, title={}] \externalfigure[#1] \stopplacefigure \\ \vskip-1em } \starttext \input{ward} \PlaceFigure{cow} \input{ward} \stoptex

[NTG-context] Indenting after floating image

2014-02-17 Thread Jan Tosovsky
Dear All, when an indenting is set, it is applied in a smart way and sometimes suppressed, e.g after images. But when the image is floating and forced to be displayed on a separate page, I would expect the indenting of the following paragraph preserved. Currently it doesn't, see this example: \s