16 Jan
2021
16 Jan
'21
2:43 a.m.
On Sat, 16 Jan 2021, Johann Birnick wrote:
Consider the following example:
\setupexternalfigures[location=default] \starttext \placefigure[right,none]{}{\externalfigure[hacker.jpg][scale=518]} \samplefile{lorem} \stoptext
What bothers me is the top spacing. There is space to the top, and I dont want it to be there. On the bottom there is no spacing. I would expect it to be evenly distributed. But the spacing on the top will always be there. How to remove this?
Add 'high' keyword: \placefigure[right,high,none]{}{\externalfigure[hacker.jpg][scale=518]} Aditya