From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/7936 Path: main.gmane.org!not-for-mail From: Bill McClain Newsgroups: gmane.comp.tex.context Subject: Re: Flowing text around a figure Date: Tue, 21 May 2002 08:24:20 -0500 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020521082420.685b8a83.wmcclain@salamander.com> References: <20020520164929.497215e4.wmcclain@salamander.com> <5.1.0.14.1.20020521085253.0405eb28@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035398368 23430 80.91.224.250 (23 Oct 2002 18:39:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:39:28 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Hans Hagen In-Reply-To: <5.1.0.14.1.20020521085253.0405eb28@server-1> Xref: main.gmane.org gmane.comp.tex.context:7936 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:7936 On Tue, 21 May 2002 08:53:23 +0200 Hans Hagen wrote: > can you make me a minimal file that shows the problem? I've found that it has to do with the content of my text. Any paragraph beginning with a block does not flow properly. The best workaround I have found is to insert a \strut at the beginning of the text where it starts with a block. Here is a sample result (37k): http://home.salamander.com/~wmcclain/example1.pdf Here is the graphic (28k): http://home.salamander.com/~wmcclain/test-a.png And this is the source: * * * \useexternalfigure[initial-a][test-a][type=png, height=50pt, width=50pt] \starttext % Good. \placefigure[left]{none}{\externalfigure[initial-a]} Now is the time for all good men. \input tufte \blank % No good. Text begins with a block \placefigure[left]{none}{\externalfigure[initial-a]} {\sc Now is the time for all good men.} \input tufte \blank % Good. Text begins with a character. \placefigure[left]{none}{\externalfigure[initial-a]} x {\sc Now is the time for all good men.} \input tufte \blank % No good. Any block is a problem \placefigure[left]{none}{\externalfigure[initial-a]} {Now is the time for all good men.} \input tufte \blank % Good. Workaround: begin text with zero-width strut. \placefigure[left]{none}{\externalfigure[initial-a]} \strut {\sc Now is the time for all good men.} \input tufte \stoptext * * * -Bill -- Sattre Press The King in Yellow http://sattre-press.com/ by Robert W. Chambers info@sattre-press.com http://kiy.sattre-press.com/