Line 849: |
Line 849: |
| | | |
| Note that the equation number produced by {{tl|EquationNote}} is a link that the user can click to go immediately to the cited equation. | | Note that the equation number produced by {{tl|EquationNote}} is a link that the user can click to go immediately to the cited equation. |
| + | |
| + | == Alphabets and typefaces == |
| + | {{See also|Wikipedia:LaTeX symbols#Fonts}} |
| + | [[Texvc]] cannot render arbitrary [[Unicode]] characters. Those it can handle can be entered by the expressions below. For others, such as [[Cyrillic]], they can be entered as Unicode or HTML entities in running text, but cannot be used in displayed formulas. |
| + | |
| + | {| class="wikitable" |
| + | |- |
| + | !colspan="2"| Greek alphabet |
| + | |- |
| + | | <source lang="latex" enclose="none">\Alpha \Beta \Gamma \Delta \Epsilon \Zeta \Eta \Theta </source> |
| + | | <math>\Alpha \Beta \Gamma \Delta \Epsilon \Zeta \Eta \Theta \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\Iota \Kappa \Lambda \Mu \Nu \Xi \Pi \Rho </source> |
| + | | <math>\Iota \Kappa \Lambda \Mu \Nu \Xi \Pi \Rho \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\Sigma \Tau \Upsilon \Phi \Chi \Psi \Omega </source> |
| + | | <math>\Sigma \Tau \Upsilon \Phi \Chi \Psi \Omega \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\alpha \beta \gamma \delta \epsilon \zeta \eta \theta </source> |
| + | | <math>\alpha \beta \gamma \delta \epsilon \zeta \eta \theta \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\iota \kappa \lambda \mu \nu \xi \pi \rho </source> |
| + | | <math>\iota \kappa \lambda \mu \nu \xi \pi \rho \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\sigma \tau \upsilon \phi \chi \psi \omega </source> |
| + | | <math>\sigma \tau \upsilon \phi \chi \psi \omega \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\varepsilon \digamma \varkappa \varpi </source> |
| + | | <math>\varepsilon \digamma \varkappa \varpi \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\varrho \varsigma \vartheta \varphi </source> |
| + | | <math>\varrho \varsigma \vartheta \varphi \!</math> |
| + | |- |
| + | !colspan="2"| Hebrew symbols |
| + | |- |
| + | | <source lang="latex" enclose="none">\aleph \beth \gimel \daleth </source> |
| + | | <math>\aleph \beth \gimel \daleth \!</math> |
| + | |- |
| + | !colspan="2"| Blackboard bold/scripts |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathbb{ABCDEFGHI} </source> |
| + | | <math>\mathbb{ABCDEFGHI} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathbb{JKLMNOPQR} </source> |
| + | | <math>\mathbb{JKLMNOPQR} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathbb{STUVWXYZ} </source> |
| + | | <math>\mathbb{STUVWXYZ} \!</math> |
| + | |- |
| + | !colspan="2"| Boldface |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathbf{ABCDEFGHI} </source> |
| + | | <math>\mathbf{ABCDEFGHI} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathbf{JKLMNOPQR} </source> |
| + | | <math>\mathbf{JKLMNOPQR} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathbf{STUVWXYZ} </source> |
| + | | <math>\mathbf{STUVWXYZ} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathbf{abcdefghijklm} </source> |
| + | | <math>\mathbf{abcdefghijklm} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathbf{nopqrstuvwxyz} </source> |
| + | | <math>\mathbf{nopqrstuvwxyz} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathbf{0123456789} </source> |
| + | | <math>\mathbf{0123456789} \!</math> |
| + | |- |
| + | !colspan="2"| Boldface (Greek) |
| + | |- |
| + | | <source lang="latex" enclose="none">\boldsymbol{\Alpha\Beta\Gamma\Delta\Epsilon\Zeta\Eta\Theta} </source> |
| + | | <math>\boldsymbol{\Alpha\Beta\Gamma\Delta\Epsilon\Zeta\Eta\Theta} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\boldsymbol{\Iota\Kappa\Lambda\Mu\Nu\Xi\Pi\Rho} </source> |
| + | | <math>\boldsymbol{\Iota\Kappa\Lambda\Mu\Nu\Xi\Pi\Rho} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\boldsymbol{\Sigma\Tau\Upsilon\Phi\Chi\Psi\Omega} </source> |
| + | | <math>\boldsymbol{\Sigma\Tau\Upsilon\Phi\Chi\Psi\Omega} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\boldsymbol{\alpha\beta\gamma\delta\epsilon\zeta\eta\theta} </source> |
| + | | <math>\boldsymbol{\alpha\beta\gamma\delta\epsilon\zeta\eta\theta} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\boldsymbol{\iota\kappa\lambda\mu\nu\xi\pi\rho} </source> |
| + | | <math>\boldsymbol{\iota\kappa\lambda\mu\nu\xi\pi\rho} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\boldsymbol{\sigma\tau\upsilon\phi\chi\psi\omega} </source> |
| + | | <math>\boldsymbol{\sigma\tau\upsilon\phi\chi\psi\omega} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\boldsymbol{\varepsilon\digamma\varkappa\varpi} </source> |
| + | | <math>\boldsymbol{\varepsilon\digamma\varkappa\varpi} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\boldsymbol{\varrho\varsigma\vartheta\varphi} </source> |
| + | | <math>\boldsymbol{\varrho\varsigma\vartheta\varphi} \!</math> |
| + | |- |
| + | !colspan="2"| Italics (default for Latin alphabet) |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathit{0123456789} </source> |
| + | | <math>\mathit{0123456789} \!</math> |
| + | |- |
| + | !colspan="2"| Greek italics (default for lowercase Greek) |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathit{\Alpha\Beta\Gamma\Delta\Epsilon\Zeta\Eta\Theta} </source> |
| + | | <math>\mathit{\Alpha\Beta\Gamma\Delta\Epsilon\Zeta\Eta\Theta} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathit{\Iota\Kappa\Lambda\Mu\Nu\Xi\Pi\Rho} </source> |
| + | | <math>\mathit{\Iota\Kappa\Lambda\Mu\Nu\Xi\Pi\Rho} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathit{\Sigma\Tau\Upsilon\Phi\Chi\Psi\Omega} </source> |
| + | | <math>\mathit{\Sigma\Tau\Upsilon\Phi\Chi\Psi\Omega} \!</math> |
| + | |- |
| + | !colspan="2"| Roman typeface |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathrm{ABCDEFGHI} </source> |
| + | | <math>\mathrm{ABCDEFGHI} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathrm{JKLMNOPQR} </source> |
| + | | <math>\mathrm{JKLMNOPQR} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathrm{STUVWXYZ} </source> |
| + | | <math>\mathrm{STUVWXYZ} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathrm{abcdefghijklm} </source> |
| + | | <math>\mathrm{abcdefghijklm} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathrm{nopqrstuvwxyz} </source> |
| + | | <math>\mathrm{nopqrstuvwxyz} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathrm{0123456789} </source> |
| + | | <math>\mathrm{0123456789} \!</math> |
| + | |- |
| + | !colspan="2"| Sans serif |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathsf{ABCDEFGHI} </source> |
| + | | <math>\mathsf{ABCDEFGHI} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathsf{JKLMNOPQR} </source> |
| + | | <math>\mathsf{JKLMNOPQR} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathsf{STUVWXYZ} </source> |
| + | | <math>\mathsf{STUVWXYZ} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathsf{abcdefghijklm} </source> |
| + | | <math>\mathsf{abcdefghijklm} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathsf{nopqrstuvwxyz} </source> |
| + | | <math>\mathsf{nopqrstuvwxyz} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathsf{0123456789} </source> |
| + | | <math>\mathsf{0123456789} \!</math> |
| + | |- |
| + | !colspan="2"| Sans serif Greek (capital only) |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathsf{\Alpha \Beta \Gamma \Delta \Epsilon \Zeta \Eta \Theta} </source> |
| + | | <math>\mathsf{\Alpha \Beta \Gamma \Delta \Epsilon \Zeta \Eta \Theta} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathsf{\Iota \Kappa \Lambda \Mu \Nu \Xi \Pi \Rho} </source> |
| + | | <math>\mathsf{\Iota \Kappa \Lambda \Mu \Nu \Xi \Pi \Rho} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathsf{\Sigma \Tau \Upsilon \Phi \Chi \Psi \Omega}</source> |
| + | | <math>\mathsf{\Sigma \Tau \Upsilon \Phi \Chi \Psi \Omega}\!</math> |
| + | |- |
| + | !colspan="2"| Calligraphy/script |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathcal{ABCDEFGHI} </source> |
| + | | <math>\mathcal{ABCDEFGHI} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathcal{JKLMNOPQR} </source> |
| + | | <math>\mathcal{JKLMNOPQR} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathcal{STUVWXYZ} </source> |
| + | | <math>\mathcal{STUVWXYZ} \!</math> |
| + | |- |
| + | !colspan="2"| Fraktur typeface |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathfrak{ABCDEFGHI} </source> |
| + | | <math>\mathfrak{ABCDEFGHI} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathfrak{JKLMNOPQR} </source> |
| + | | <math>\mathfrak{JKLMNOPQR} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathfrak{STUVWXYZ} </source> |
| + | | <math>\mathfrak{STUVWXYZ} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathfrak{abcdefghijklm} </source> |
| + | | <math>\mathfrak{abcdefghijklm} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathfrak{nopqrstuvwxyz} </source> |
| + | | <math>\mathfrak{nopqrstuvwxyz} \!</math> |
| + | |- |
| + | | <source lang="latex" enclose="none">\mathfrak{0123456789} </source> |
| + | | <math>\mathfrak{0123456789} \!</math> |
| + | |- |
| + | |- |
| + | !colspan="2"| Small scriptstyle text |
| + | |- |
| + | | <source lang="latex" enclose="none">{\scriptstyle\text{abcdefghijklm}}</source> |
| + | | <math>{\scriptstyle\text{abcdefghijklm}}</math> |
| + | |} |
| + | |
| + | === Mixed text faces === |
| + | |
| + | {| class="wikitable" |
| + | |- |
| + | ! Feature |
| + | ! Syntax |
| + | ! How it looks rendered |
| + | |- |
| + | | Italicised characters (spaces are ignored) |
| + | | <source lang="text" enclose="none">x y z</source> |
| + | | <math>x y z</math> |
| + | |- |
| + | | Non-italicised characters |
| + | | <source lang="latex" enclose="none">\text{x y z}</source> |
| + | | <math>\text{x y z}</math> |
| + | |- |
| + | | Mixed italics (bad) |
| + | | <source lang="text" enclose="none">\text{if} n \text{is even}</source> |
| + | | <math>\text{if} n \text{is even}</math> |
| + | |- |
| + | | Mixed italics (good) |
| + | | <source lang="text" enclose="none">\text{if }n\text{ is even}</source> |
| + | | <math>\text{if }n\text{ is even}</math> |
| + | |- |
| + | | Mixed italics (alternative: ~ or "\ " forces a space) |
| + | | <source lang="text" enclose="none">\text{if}~n\ \text{is even}</source> |
| + | | <math>\text{if}~n\ \text{is even}</math> |
| + | |} |
| + | |
| + | ==Next== |