Dear Hans, In a previous email I complained that with mathalignment large formulas crash into the paragraph below when using grid typesetting. This has been fixed in the latest beta but now the space above and below is asymmetric. For this particular case I could fix it by setting the gird snapping mode to "top" rather than "math", but this does not apply universally. Any chance there is an easy fix? Cheers, Henri --- \setuplayout[grid=both] \showgrid \startmode[fix] \unprotect \def\math_alignment_snap_start {\ifgridsnapping \snaptogrid[top]\vbox\bgroup \fi} \protect \stopmode \starttext \input knuth \startformula \startmathalignment \NC i\hbar\frac{\diff}{\diff t}\psi \NC= \left( - \frac{\hbar^2}{2 m} \nabla^2 + V(r) \right) \psi \NR \NC F(x) \NC= \int f(x) \diff x \NR \stopmathalignment \stopformula \input ward \stoptext