Previous: , Up: FAQ - Frequently asked Questions   [Contents][Index]


37.3.5 Which TeX symbols are implemented in dialog functions?

The dialog functions contain a translation table for TeX like symbol codes. Thus messages and labels can be tailored to show some common mathematical symbols or Greek characters. No further TeX formatting codes are supported. The characters are translated to their Unicode equivalent. However, not all characters may be displayable on your system. This depends on the font used by the Java system on your computer.

Each TeX symbol code must be terminated by a space character to make it distinguishable from the surrounding text. Therefore the string ‘\alpha =12.0’ will produce the desired result, whereas ‘\alpha=12.0’ would produce the literal text ’\alpha=12.0’.

See also: errordlg, helpdlg, inputdlg, listdlg, msgbox, questdlg, warndlg.

The table below shows each TeX character code and the corresponding Unicode character:

\alpha’α’\beta’β’\gamma’γ’
\delta’δ’\epsilon’ε’\zeta’ζ’
\eta’η’\theta’θ’\vartheta’ϑ’
\iota’ι’\kappa’κ’\lambda’λ’
\mu’μ’\nu’ν’\xi’ξ’
\pi’π’\rho’ρ’\sigma’σ’
\varsigma’ς’\tau’τ’\phi’φ’
\chi’χ’\psi’ψ’\omega’ω’
\upsilon’υ’\Gamma’Γ’\Delta’Δ’
\Theta’Θ’\Lambda’Λ’\Pi’Π’
\Xi’Ξ’\Sigma’Σ’\Upsilon’Υ’
\Phi’Φ’\Psi’Ψ’\Omega’Ω’
\Im’ℑ’\Re’ℜ’\leq’≤’
\geq’≥’\neq’≠’\pm’±’
\infty’∞’\partial’∂’\approx’≈’
\circ’∘’\bullet’•’\times’×’
\sim’~’\nabla’∇’\ldots’…’
\exists’∃’\neg’¬’\aleph’ℵ’
\forall’∀’\cong’≅’\wp’℘’
\propto’∝’\otimes’⊗’\oplus’⊕’
\oslash’⊘’\cap’∩’\cup’∪’
\ni’∋’\in’∈’\div’÷’
\equiv’≡’\int’∫’\perp’⊥’
\wedge’∧’\vee’∨’\supseteq’⊇’
\supset’⊃’\subseteq’⊆’\subset’⊂’
\clubsuit’♣’\spadesuit’♠’\heartsuit’♥’
\diamondsuit’♦’\copyright’©’\leftarrow’←’
\uparrow’↑’\rightarrow’→’\downarrow’↓’
\leftrightarrow’↔’\updownarrow’↕’

Table: TeX character codes and the resulting symbols.


Previous: , Up: FAQ - Frequently asked Questions   [Contents][Index]