Hi,

I have problems to tune the vertical spacing before and after
displaymathformulas in grid typesetting. With the example below, I
like the spacing in the second formula but not the first (too big). If
I comment out the \setupformulas part, then the first one looks OK,
but the second is good.

Is there a configure to get both of these to occupy three lines?

I use the latest standalone.

/Mikael

\setuplayout[
grid=tolerant,
]
\showgrid

%\setupformulas[
%spacebefore=,
%spaceafter=,
%]


\starttext
\dorecurse{10}{This is a statement. }
\startformula
1+2+\cdots+(n-1)+n=\frac{1+n}{2}n.
\stopformula
\dorecurse{10}{This is a statement. }
\startformula
1+2+\cdots+(n-1)+n=\tfrac{1+n}{2}n.
\stopformula
\dorecurse{10}{This is a statement. }
\stoptext
___________________________________________________________________________________
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