blank line and \placefigure
Hi folks, how can I suppress a blank line between a text paragraph and \placefigure? I get one there, but I don't want it. Thanks and greetings on a sunny weekend Thomas
Am 06.04.24 um 12:48 schrieb Thomas Meyer:
how can I suppress a blank line between a text paragraph and \placefigure? I get one there, but I don't want it.
Did you try \setupfloat[figure][spacebefore=,] ? or "none" or "{disable,nowhite,back}" https://wiki.contextgarden.net/Command/setupfloat https://wiki.contextgarden.net/Command/blank HTH Hraban
Henning Hraban Ramm schrieb am 06.04.2024 um 12:56:
Am 06.04.24 um 12:48 schrieb Thomas Meyer:
how can I suppress a blank line between a text paragraph and \placefigure? I get one there, but I don't want it.
Did you try \setupfloat[figure][spacebefore=,] ? or "none" or "{disable,nowhite,back}"
You can set the space only for *all* floats, e.g. \setupfloat[spacebefore=...,spaceafter=...] and not for a single float type only. Wolfgang
Here is a minimal example that better describes my problem. It seems to depend on the size of the image. 30 mm and 40 mm width works, 35 mm does not. I have not tested height, although the image I want to use would be portrait format. \setuplayout[grid=yes] \setupinterlinespace[line=15pt] \starttext \input{knuth} \startlinecorrection \placefigure[left, none] []{}\externalfigure[cow.pdf][width=40mm] \input{knuth} \stoplinecorrection \stoptext Thomas Am 06.04.24 um 13:43 schrieb Wolfgang Schuster:
Henning Hraban Ramm schrieb am 06.04.2024 um 12:56:
Am 06.04.24 um 12:48 schrieb Thomas Meyer:
how can I suppress a blank line between a text paragraph and \placefigure? I get one there, but I don't want it.
Did you try \setupfloat[figure][spacebefore=,] ? or "none" or "{disable,nowhite,back}"
You can set the space only for *all* floats, e.g.
\setupfloat[spacebefore=...,spaceafter=...]
and not for a single float type only.
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________
participants (3)
-
Henning Hraban Ramm
-
Thomas Meyer
-
Wolfgang Schuster