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