Midline of a fraction

Under what circumstances does the midline of a fraction become left-shifted? The presentation markup used here is not always fully elaborated. For example, sometimes InvisibleTimes is omitted.

Here we have

mrow mo mrow mrow
fraction · fraction = fraction · fraction text

abcd=adcb.

Here is the same after removal of the two InvisibleTimes operators joining the two pairs of fractions: abcd=adcb.

Here is the original after removal of the third mrow wrapper: abcd=adcb.

Here is the original after removal of the second mrow wrapper: abcd=adcb.

Here is the original after removal of the first mrow wrapper: abcd=adcb.

Here is the original after removal of both of the first two mrow wrappers: abcd=adcb.

Here is the product of four fractions without any mrow wrapping.

mfrac mo mfrac mo mfrac mo mfrac
fraction · fraction · fraction · fraction

abcdefgh

A product expression displayed by itself:

mfrac mo mfenced
fraction · integer

235

Again reversed. 523

That way with an explicit first-level mrow. 523

In the denominator of a fraction 1 5 23

The same product expression is simplified.

mrow mo mfrac
fraction · (integer) = fraction

235=103

The same after removal of the mrow wrapper. 235=103

Again reversed. 103=523

The last revised using first-level mrow wrappers.

mrow mo mrow
fraction · (integer) = integer · fraction

235=253

The last after removal of the second mrow wrapper: 235=253

After removal instead of the first mrow wrapper: 235=253

Or when the last fraction is mfenced: 235=253

Or when the last fraction is surrounded with "(" and ")" as mo's. 235=2(53)

And the last with no explicit mrow's at all. 235=2(53)


AUTHOR