Interface TexOpts
interface TexOpts {
aside?: boolean;
display?: "inline" | "block";
font?: string;
highlightColor?: string;
opacity?: Val<number>;
origin?: Val<V>;
rotate?: Val<number>;
scale?: Val<V>;
size?: number;
translate?: Val<V>;
}
aside?: boolean;
display?: "inline" | "block";
font?: string;
highlightColor?: string;
opacity?: Val<number>;
origin?: Val<V>;
rotate?: Val<number>;
scale?: Val<V>;
size?: number;
translate?: Val<V>;
}
Hierarchy
- ShapeOpts
- TexOpts (View Summary)
Index
Properties
Optionalaside
aside?: boolean
Optionaldisplay
display?: "inline" | "block"
Optionalfont
font?: string
Font family. Defaults to tokens.mathFont.
OptionalhighlightColor
highlightColor?: string
Background tint applied while a part's highlighted signal is
true. Default: tokens.tex.highlightColor.
Optionalopacity
Optionalorigin
Optionalrotate
Optionalscale
Optionalsize
size?: number
Font size in user units. Defaults to tokens.fontSize.
"inline" (default) or "block" display style. Maps to Temml's
displayMode— bigger fractions, limits above/below,\begin{…}.