<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 06/25/2011 08:29 PM, Peter Davis wrote:
<blockquote
 cite="mid:BANLkTinFYcDLU9=TB36Qf1C8sXFGUy0vgA@mail.gmail.com"
 type="cite"><br>
  <div class="gmail_quote">On Sat, Jun 25, 2011 at 8:45 PM, Donald
Arseneau <span dir="ltr"><<a moz-do-not-send="true"
 href="mailto:asnd@triumf.ca">asnd@triumf.ca</a>></span> wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div class="im">Peter Davis <<a moz-do-not-send="true"
 href="mailto:pfd@pfdstudio.com">pfd@pfdstudio.com</a>> writes:<br>
    <br>
> The flowfram package comes pretty close to what I need, but it
still has two<br>
> limitations that would be difficult to work around:<br>
> 1) if it overflows a frame in the middle of a paragraph, and the
following<br>
> frame has a different width, the end of that paragraph will be set
at the<br>
> width of the first frame, not the second.<br>
    <br>
    </div>
You'll have to keep travk of line-counts and usr \parshape.<br>
  </blockquote>
  <div><br>
  <br>
Thanks, Donald, but I don't see how \parshape let's me know how much of
the text fit on a line (or set of lines).  I can work out that the
height of a box divided by the baselineskip tells me how many lines
will fit, but how can I determine what text has to overflow into the
next box?<br>
  </div>
  </div>
</blockquote>
My own practice is to put each entry in the table into a \vtop box with
a specified \hsize. That accommodates lines that have to be broken, and
pushes the next complete line of the table down to an acceptable
position.<br>
<br>
I should note that I never use \halign, only \settabs, which is much
more flexible.  \halign was meant for matrix algebra and should
probably be reserved for that.<br>
<br>
Pierre MacKay<br>
 <br>
</body>
</html>