Floating object in text - Spacing
Consider the following example: \setupexternalfigures[location=default] \starttext \placefigure[right,none]{}{\externalfigure[hacker.jpg][scale=518]} \samplefile{lorem} \stoptex 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? Thank you, Johann
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
Thank you. And is it possible to distribute the space equally between top and bottom? Or to set it to some specific dimension? Johann On Fri, 2021-01-15 at 21:43 -0500, Aditya Mahajan wrote:
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 ______________________________________________________________________________ _____ 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ______________________________________________________________________________ _____
participants (2)
-
Aditya Mahajan
-
Johann Birnick