Name (or tag if name is empty) of the point the text display is linked to
OptionalbackgroundColor?: stringBackground color if opaque is true *
Optionalborder?: stringThe border style (none|simple|3D)
Optionalcolor?: stringColor, black by default
OptionalfontSize?: numberSize of the font used for the display (in pixels)
Optionalhidden?: booleantrue to get the created LaTeX display masked
The LaTeX code to be displayed
OptionaloffsetX?: numberx-shift of the LaTeX display
OptionaloffsetY?: numbery-shift of the LaTeX display
Optionalopacity?: numberopacity (0 to 1), 1 by default
Optionalopaque?: booleantrue if the text or LaTeX displays erases its background. If true the color used to erase the background is the backgroundColor if present, else the background color of the figure
Optionaltag?: stringTag to be applied on the created LaTeX display (if present)
OptionalvAlign?: stringVertical alignment top|middle|bottom
Promise that will be resolved when the LaTeX is displayed
Adds a LaTeX display linked to a point a syntaxes
addLinkedLatex(latex, a)andaddLinkedLatex(latex, a, color)are allowed too