Greek letters are essential in mathematics and science. In LaTeX, they are written with a backslash followed by the letter name, only in math mode.
Lowercase letters
| Command | Letter | Command | Letter |
|---|---|---|---|
\alpha | α | \nu | ν |
\beta | β | \xi | ξ |
\gamma | γ | \pi | π |
\delta | δ | \rho | ρ |
\epsilon | ϵ | \sigma | σ |
\zeta | ζ | \tau | τ |
\eta | η | \upsilon | υ |
\theta | θ | \phi | ϕ |
\iota | ι | \chi | χ |
\kappa | κ | \psi | ψ |
\lambda | λ | \omega | ω |
\mu | μ |
Uppercase letters
Uppercase Greek letters start with a capital letter. Only letters that differ from Latin have a specific command.
LaTeX
$\Gamma, \Delta, \Theta, \Lambda, \Xi, \Pi, \Sigma, \Phi, \Psi, \Omega$
Common variants
LaTeX
% Epsilon : $\epsilon$ vs $\varepsilon$
% Phi : $\phi$ vs $\varphi$
% Theta : $\theta$ vs $\vartheta$
% Utilisation courante :
$f : \mathbb{R} \to \mathbb{R}, \quad \forall \varepsilon > 0, \; \exists \delta > 0$
Tip: common convention
In many textbooks,
\varepsilon (not \epsilon) and \varphi (not \phi) are the preferred forms. This varies by field and tradition.