Dear list members

Sofar, I’ve been using \qquad to separate two formulas side-by-side on a single 
line.
To ensure consistency with spacing I want to change to using a \startformulas 
.. \stopformulas construction.
See MWE below

However, the solution using the \startformulas .. \stopformulas construction 
gives a noticeably smaller fontsize !

I’m using the latest beta: ConTeXt  ver: 2016.07.25; Luatex 0.95

Worth noting that all both fontsizes are identical when using context live via 
contextgarden.

Kind regards,
Jan Willem Flamma


MWE:

\starttext

% Printed in normal fontsize
\startformula
        a=\frac{b}{c}
    \qquad \qquad \qquad
        a=\frac{b}{c}
\stopformula

% Printed in smaller fontsize
\startformulas
    \startformula
        a=\frac{b}{c}
    \stopformula
    
    \startformula
        a=\frac{b}{c}
    \stopformula
\stopformulas

\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