Greek letters in LaTeX
Greek letters are typed as their name after a backslash: \alpha, \beta, \gamma. For the capital letter, capitalize the name, e.g. \Delta. Some capitals look exactly like Latin letters (A, B, E), so they have no commands of their own.
Most common lowercase letters
\alpha \beta \gamma \delta \varepsilon \lambda \mu \pi \rho \sigma \tau \varphi \omegaCapital letters
\Gamma \Delta \Theta \Lambda \Pi \Sigma \Phi \Psi \OmegaExample
\Delta E = h \nu = \frac{hc}{\lambda}Common mistakes
- \Alpha and \Beta do not exist, because they look like the Latin A and B. Just write A.
- Mixing \epsilon and \varepsilon in one document: they are two different letter shapes.
See also
Don't want to memorize commands?
Draw a formula or paste a screenshot, and CamteX turns it into ready LaTeX.