When The Text Interpreter Property Is Set To Tex
When The Text Interpreter Property Is Set To Tex
embedded in the string to produce special characters such as Greek letters and mathematical symbols. The following table lists these characters and the character sequences used to define them. Character Sequence
\alpha \beta \gamma \delta \epsilon \zeta \eta \theta \vartheta \iota \kappa \lambda \mu \nu \xi \pi \rho \sigma \varsigma \tau \equiv \Im \otimes \cap \supset \int
Symbol
Character Sequence
\upsilon \phi \chi \psi \omega \Gamma \Delta \Theta \Lambda \Xi \Pi \Sigma \Upsilon \Phi \Psi \Omega \forall \exists \ni \cong \approx \Re \oplus \cup \subseteq \in
Symbol
Character Sequence
\sim \leq \infty \clubsuit \diamondsuit \heartsuit \spadesuit \leftrightarrow \leftarrow \uparrow \rightarrow \downarrow \circ \pm \geq \propto \partial \bullet \div \neq \aleph \wp \oslash \supseteq \subset \o
Symbol ~
Character Sequence
\rfloor
Symbol
Character Sequence
\lceil
Symbol x
Character Sequence
\nabla
Symbol ... |
\lfloor
\perp
You can also specify stream modifiers that control font type and color. The first four modifiers are mutually exclusive. However, you can use \fontname in combination with one of the other modifiers:
\bf Bold font \it Italic font \sl Oblique font (rarely available) \rm Normal font \fontname{fontname} Specify the name of the font family to use. \fontsize{fontsize} Specify the font size in FontUnits. \color(colorSpec) Specify color for succeeding characters
Stream modifiers remain in effect until the end of the string or only within the context defined by braces { }.