How to "terminate" or break from a side float?
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. 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
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 : 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 ___________________________________________________________________________________
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Alan Braslau
-
Hans Hagen