<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 17, 2013 at 5:15 PM, Paul Isambert <span dir="ltr"><<a href="mailto:zappathustra@free.fr" target="_blank">zappathustra@free.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">For those interested, I’ve brought up the issue on texhax, hoping to find an<br>
explanation for that behavior:<br>
<a href="http://tug.org/pipermail/texhax/2013-October/020605.html" target="_blank">http://tug.org/pipermail/texhax/2013-October/020605.html</a><br></blockquote><div><br></div><div>With context mkiv :<br><br></div><div class="h5">
% EXAMPLE<br>\starttext<br>    \tracingpages=1 % So we’ll see the page being built.<br><br>    % New insertion class; the third line means it is only allowed to occupy<br>    % one \baselineskip on the page (so it’ll be split). <br>
    \newinsert\myins<br>    \count\myins=1000<br>    \dimen\myins=\baselineskip<br><br>    % Basic, uninteresting output.<br>    \output{%<br>      \shipout\vbox{%<br>        \ifvoid\myins<br>        \else<br>          \box\myins<br>
          \hrule<br>        \fi<br>        \box255}%<br>      }<br><br>    % An insertion: it will be split after the first line.<br>    \insert\myins\bgroup<br>    ins 1\par<br>    \penalty-11000<br>    ins 2\par<br>    \egroup<br>
<br>    line 1<br>    \vfil<br>    \penalty0<br><br>    line2<br>    \vfill<br>    \penalty-10000<br><br>\stoptext    \bye<br>% END OF EXAMPLE<br><br><br>%% goal height=597.51323, max depth=4.79993<br>% split134 to 14.4816,8.09999 p=-11000<br>
% t=0.0 g=589.41324 b=10000 p=0 c=100000#<br>% t=12.0 plus 60.0 g=589.41324 b=10000 p=0 c=100000#<br>% t=12.12 plus 60.0 plus 1.0fil g=589.41324 b=0 p=0 c=-11000#<br>% t=26.4816 plus 60.0 plus 1.0fil g=589.41324 b=0 p=0 c=-11000#<br>
% t=26.6016 plus 60.0 plus 1.0fil plus 1.0fill g=589.41324 b=0 p=-10000 c=-10000<br><br></div></div>pages           > flushing realpage 1, userpage 1<br>%% goal height=597.51323, max depth=4.79993<br>% t=0.0 g=587.39323 b=10000 p=0 c=100000#<br>
% t=12.0 plus 60.0 g=587.39323 b=10000 p=0 c=100000#<br>% t=12.0 plus 60.0 plus 1.0fill g=587.39323 b=0 p=-1073741824 c=-1073741824#<br>pages           > flushing page<br><br clear="all"><br>-- <br>luigi<br>
</div></div>