floats disturb section placement
Hi, attached you may find a 4-page minimal example containing 1 table and 3 section headings. If the table is set with \placetable[force]{Test}{ ... then the vertical distance above the headings is consistent. When you make it floatable: \placetable{Test}{ ... the the headings AFTER the table get a spurious extra space above! How can this be avoided? Every help is very welcome!! Steffen (just tested it with MkIV ver: 2011.05.06) -------
Von: Hans Hagen
Datum: 15. Mai 2011 14:09:27 MESZ Betreff: Re: [NTG-context] (URGENT) floating objects causing bug ...
in spac-ver.lua this helps ...
--~ ps = writable_spec(previous) -- no writable needed here --~ ps.width, ps.stretch, ps.shrink = pw + cw, pp + cp, pm + cm previous.spec = nodes.pool.gluespec(pw + cw, pp + cp, pm + cm)
so, we run into this writable mess again (maybe copying a gluespec in the engine when a topskip is injected is the best solution) ... ok, eventually gluespecs will become fields in a glue node so it's a temporary roblem
... and it helps solving the problem described in this thread, too!! Great. Thank you Hans! Steffen
participants (1)
-
Steffen Wolfrum