<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

Attributes for <me>
AttributeTypeValues
anchor = "…"point
draggable = "…"boolean"true" "false"
layer = "…"number
positionFromAnchor = "…"text"upperright" "upperleft" "lowerright" "lowerleft" "top" "bottom" "left" "right" "center"
Props for <me name="m">
PropertyType
$m.anchorpoint
$m.backgroundColortext
$m.disabledboolean
$m.draggableboolean
$m.fixedboolean
$m.fixLocationboolean
$m.hiddenboolean
$m.latexlatex
$m.layernumber
$m.mathmath
$m.positionFromAnchortext
$m.texttext
$m.textColortext
$m.textStyleDescriptiontext

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.)