Here is a formula using parallel
markup embedded in a text:
lcm
(
a
,
b
)
=
(
a
b
)
gcd
(
a
,
b
)
.
Note the whitespace before the final stop. This seems to be
produced by the semantics and annotation elements. Here is the same
formula without parallel markup
lcm
(
a
,
b
)
=
(
a
b
)
gcd
(
a
,
b
)
.