Interface: MathJaxRenderOptions
Defined in: mobjects/text/MathJaxRenderer.ts:24
Properties
color?
optionalcolor:string
Defined in: mobjects/text/MathJaxRenderer.ts:32
Color applied to the output (CSS color string). Default: '#ffffff'
displayMode?
optionaldisplayMode:boolean
Defined in: mobjects/text/MathJaxRenderer.ts:26
Display mode (block) vs inline mode. Default: true
macros?
optionalmacros:Record<string,string>
Defined in: mobjects/text/MathJaxRenderer.ts:30
Custom macros as { name: expansion }.
preamble?
optionalpreamble:string
Defined in: mobjects/text/MathJaxRenderer.ts:28
Custom LaTeX preamble (e.g. '\usepackage{amsmath}'). Merged with defaults.