14 Nov
2005
14 Nov
'05
4:01 p.m.
Hans Hagen wrote:
Taco Hoekwater wrote:
Hi,
ConTeXt initializes the \belowdisplayshortskip to zero point. I believe this is wrong, it should be equal to \belowdisplayskip: the fact that the line above the display is short shouldnt affect the typesetting that follows the display.
For the moment, I've fixed it by:
\everydisplay {\belowdisplayshortskip=\belowdisplayskip }
hm, dangerous fix since \startformula ... \stopformula work together with snapping and blanks
I know it is dangerous, but my document uses $$ .. $$ and it really needs to have a reliable value in \belowdisplayshortskip. If it cannot be fixed in core, than we have to write something in the wiki. Taco