ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* inconsistent math fontsize
@ 2016-07-27 12:29 Jan Willem Flamma
  2016-07-27 22:46 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Willem Flamma @ 2016-07-27 12:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-30 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-27 12:29 inconsistent math fontsize Jan Willem Flamma
2016-07-27 22:46 ` Hans Hagen
2016-07-30 16:09   ` Jan Willem Flamma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).