On 04/20/2015 06:36 PM, Hans Hagen wrote:
> On 4/20/2015 5:34 PM, Pablo Rodriguez wrote:
>> [...]
>> If the image is higher than the two rows it is meant to have, the first
>> two rows get extra height.
>>
>> Is this a bug or am I missing something?
> 
> for the brave ... line 707 in tabl-xtb.lua:
> 
>                      local delta = htdp - total
>                      if delta > 0 then
>                          delta = delta / ny
>                          for y=0,ny-1 do
>                              local nxt = r + y
>                              heights[nxt] = heights[nxt] + delta
>                          end
>                      end

Many thanks for the code, Hans.

This adds the extra space in the two rows that contain the figure.

Wouldn’t it be possible that the figure invades the next row instead of
adding extra spacing to any row?

BTW, imae location seems to be wrong. Top, bottom or middle don’t work
as expected.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to