OptionalabsCoord?: booleanset to true if x,y should be considered absolute in the svg (in that case rep is ignored), useless if there is no frame (in that case x,y will be considered absolute regardless of this property)
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)
OptionalhAlign?: stringHorizontal alignment left|center|right
Optionalhidden?: booleantrue to get the created LaTeX display masked
The LaTeX code to be displayed
OptionaloffsetX?: numberx-shift of the LaTeX display
OptionaloffsetY?: numberxy-shift oof 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
Optionalrep?: stringtag of the frame (system of coordinates), mandatory only if the figure contains several frames
Optionaltag?: stringTag to be applied on the created LaTeX display (if present)
OptionalvAlign?: stringVertical alignment top|middle|bottom
x-coordinate of the location the text is to be displayed at
y-coordinate of the location the text is to be displayed at
Promise that will be resolved when the LaTeX is displayed
Adds a LaTeX diplay located at [x,y] syntaxes
addLatex(latex, x, y)andaddLatex(latex, x, y, color)are allowed too