Am 21.05.23 um 15:17 schrieb Wolfgang Schuster via ntg-context:
Joel via ntg-context schrieb am 21.05.2023 um 15:11:
Here, I've created an example that does just that. I want the figure to appear immediately after the bold text. Even if a lot of whitespace is placed and the figure appears on the next page, that is fine, but I don't want the next group of text to appear until *after* the figure. This is really confusing my readers.

\starttext
    \input knuth
    \input knuth

    {\boldface This is a short note about the picture. It should appear right after this.}
 \placefigure[here,force]{caption}{
 \externalfigure[1.jpg][width=\textwidth]
    }

Get rid of the here keyword and use only force, you can't use both at the same time and one gets ignored (depends whatever is first checked in the float mechanism).

I seem to remember it used to work and was even suggested. Then I’d consider it a bug/regression.

Does {bottom,force} make sense?

Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

Reply via email to