Re: [NTG-context] floats disturb section placement (solved)

2011-05-15 Thread Steffen Wolfrum


 Von: Hans Hagen pra...@wxs.nl
 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
___
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
___


[NTG-context] floats disturb section placement

2011-05-09 Thread Steffen Wolfrum
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)

---


verticalspace.tex
Description: Binary data
___
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
___