I find that the placement of an equation number makes a difference on the amount of white after the equation. Should they both give the same amount of whitespace? Or is the difference intentional? But then why? I add a minimal example. Hans van der Meer % Test white after formula with and without equation number. \starttext \input tufte \placeformula\startformula a^2 + b^2 = c^2 \stopformula % no extra white \input tufte \placeformula[-]\startformula a^2 + b^2 = c^2 \stopformula % extra white \input tufte \stoptext
I guess I have found the culprit in the bad placement of formulas without an equationnumber.
The minimal example I used is that found in strc-mat.mkiv, added a [-] in the middle one.
\setuppapersize[A6][A6]
\setupformulae[spacebefore=0pt,spaceafter=0pt]
%
I find that the placement of an equation number makes a difference on the amount of white after the equation. Should they both give the same amount of whitespace? Or is the difference intentional? But then why? I add a minimal example.
Output (1) as in Context ver: 2011.11.04 14:15 MKIV Output (2) with redefined \ dododoformulanumber % lines 240+ in strc-mat.mkiv \def\dododoformulanumber {\ifconditional\handleformulanumber \hbox\bgroup % main counter \ifconditional\insidesubformulas % nothing \else \ifcase\formulasnumbermode \ifcase\placeformulanumbermode \dohandleformulanumbering \or \dohandleformulanumbering \or % nothing THIS SEEMS BAD \phantom{()}% THIS GIVES CORRECT SPACING \or \dohandleformulanumbering \fi \or \dohandleformulanumbering \or % nothing \or \dohandleformulanumbering \fi \fi % subcounter \ifconditional\insidesubformulas \ifcase\subformulasnumbermode % nothing \or \dohandlesubformulanumbering \or % nothing NOT CHECKED BUT PROBABLY SAME AS ABOVE \phantom{()}% PROBABLY HERE TOO \or \dohandlesubformulanumbering \fi \fi %\rlap{\tracedformulamode}% \egroup \fi}
participants (2)
-
Hans van der Meer
-
Meer, H. van der