<me>
<me>
is a Display Math
component that renders the math expression centered within the page.
<me>
can be used with <men>
to number the equation, and can also be used with
mathematical expression created by <m>
and <md>
/ <mdn>
.
Attributes and Properties
Attribute | Type | Values |
---|---|---|
anchor = "…" | point | |
draggable = "…" | boolean | "true" "false" |
layer = "…" | number | |
positionFromAnchor = "…" | text | "upperright" "upperleft" "lowerright" "lowerleft" "top" "bottom" "left" "right" "center" |
Property | Type |
---|---|
$m.anchor | point |
$m.backgroundColor | text |
$m.disabled | boolean |
$m.draggable | boolean |
$m.fixed | boolean |
$m.fixLocation | boolean |
$m.hidden | boolean |
$m.latex | latex |
$m.layer | number |
$m.math | math |
$m.positionFromAnchor | text |
$m.text | text |
$m.textColor | text |
$m.textStyleDescription | text |
Example: <me>
nested within a paragraph
In the example above, the <me>
component is used to render centered mathematical content within a paragraph.
Example: <me>
with named mathematical content
In the example above, the named mathematical <function>
is referenced
within the <me>
component using the $functionName
notation. This function
is also later evalutated with a <math>
nested inside the second <me>
component using the function evaluation notation $$functionName(x)
(note that you could also use the <evaluate>
component here.)