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 |
Here is the same after removal of the two InvisibleTimes operators joining the two pairs of fractions:
Here is the original after removal of the third mrow wrapper:
Here is the original after removal of the second mrow wrapper:
Here is the original after removal of the first mrow wrapper:
Here is the original after removal of both of the first two mrow wrappers:
Here is the product of four fractions without any mrow wrapping.
mfrac | mo | mfrac | mo | mfrac | mo | mfrac |
---|---|---|---|---|---|---|
fraction | · | fraction | · | fraction | · | fraction |
A product expression displayed by itself:
mfrac | mo | mfenced |
---|---|---|
fraction | · | integer |
Again reversed.
That way with an explicit first-level mrow.
In the denominator of a fraction
The same product expression is simplified.
mrow | mo | mfrac |
---|---|---|
fraction · (integer) | = | fraction |
The same after removal of the mrow wrapper.
Again reversed.
The last revised using first-level mrow wrappers.
mrow | mo | mrow |
---|---|---|
fraction · (integer) | = | integer · fraction |
The last after removal of the second mrow wrapper:
After removal instead of the first mrow wrapper:
Or when the last fraction is mfenced:
Or when the last fraction is surrounded with "(" and ")" as mo's.
And the last with no explicit mrow's at all.