On 9/5/2017 12:22 AM, Alan Braslau wrote:
Hi,
Below is a MWE achieving the desired behavior, but is a messy solution.
Given a side float, how can one "terminate" filling text or break to after the
side float?
There *must* be a very simple and proper command to do this, but I have not
found it.
of course there is ...
\starttext
\startplacefigure [location={left,none}]
\framed [width=.3\textwidth,height=.3\textwidth] {}
\stopplacefigure
\input ward
\flushsidefloats
\input knuth
\stoptext
Alan
\starttext
\startplacefigure [location={left,none}]
\framed [width=.3\textwidth,height=.3\textwidth] {}
\stopplacefigure
\input ward
\startplacefigure [location={force,none}]
(this forces a break)
\stopplacefigure
\input knuth
\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / 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
___________________________________________________________________________________
--
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / 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
___________________________________________________________________________________