Sets the properties for TeX math and Greek symbol formatting. A fairly extensive subset of the TeX equation processing language is supported to provide text annotations with mathematical expressions.
For example, the expression:
$X[k] = \sum_{n=0}^{N-1}x[n]e^{\frac{-2\pi j k n}{N}}$
renders the equation:
See TeX for more details.
Sets whether TeX expression processing is enabled.
| Disabled | Do not process TeX expressions. |
| Enabled | Enable TeX expressions, e.g. \phi_0. |
| Inline | Enable TeX expressions but all expressions must be in inline form between leading and trailing $ characters. For example, $\phi_0$. |
Sets whether ASCII or Unicode fonts are used to render TeX expressions.
| ASCII | ASCII fonts only, provides a limited set of math symbols. |
| Unicode | Unicode fonts, provides a wide range of math symbols, recommended. |
Automatically use TeX formatting when displaying engineering units.
Automatically adjust the amount of whitespace between elements of a TeX expression.
Specifies the font face name for elements of TeX expressions.
| Symbol Font | The font for math and other symbols. |
| Greek Font | The font for Greek letters. |
| Courier Font | The "typewriter" font for \tt expressions |
| Inline Font | The font for alpha-numeric characters between the inline $ ... $ delimiters. |
| Group Font | The font for |([])| grouping characters. |
| Limit Font | The font for expressions with limits, \sum, \prod, \int, etc. |