Cheatsheet for LaTex, using Markdown for markup. I use this with atom.io
and 📦markdown-preview-plus
to write math stuff. 📦keyboard-localization
is necessary when using an international layout (like [swiss] german).
Further Reference and source: ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf
Input | Rendered |
---|---|
$a = b + c − d$ |
|
$\sqrt{?\frac{\pi}{2}}$ |
|
$y = a x_1^2 + b x_2 + c$ |
###Latin:
#####No dot:
\imath
\jmath
#####Hat:
\hat{\imath}
\hat{\jmath}
###Greek Letters: #####Capital:
LaTex | LaTex | ||
---|---|---|---|
\Gamma |
Γ | \Delta |
∆ |
\Lambda |
Λ | \Phi |
Φ |
\Pi |
Π | \Psi |
Ψ |
\Sigma |
Σ | \Theta |
Θ |
\Upsilon |
Υ | \Xi |
Ξ |
\Omega |
Ω |
#####Lowercase:
LaTex | LaTex | ||
---|---|---|---|
\alpha |
α | \nu |
ν |
\beta |
β | \kappa |
κ |
\gamma |
γ | \lambda |
λ |
\delta |
δ | \mu |
µ |
\epsilon |
ϵ | \zeta |
ζ |
\eta |
η | \theta |
θ |
\iota |
ι | \xi |
ξ |
\pi |
π | \rho |
ρ |
\sigma |
σ | \tau |
τ |
\upsilon |
υ | \phi |
φ |
\chi |
χ | \psi |
ψ |
\omega |
ω |
#####Other:
LaTex | LaTex | ||
---|---|---|---|
\digamma |
ϝ | varepsilon |
ε |
\varkappa |
ϰ | \varphi |
ϕ |
\varpi |
ϖ | \varrho |
ϱ |
\varsigma |
ς | \vartheta |
ϑ |
\eth |
ð | \hbar |
###Other: ####Other Symbols
LaTex | LaTex | ||
---|---|---|---|
\partial |
∂ | \infty |
∞ |
\wedge |
∧ | \vee |
∨ |
\neg \not |
¬ | ||
\bot |
⊥ | \top |
⊤ |
\nabla |
∇ | \varnothing |
∅ |
\angle |
∠ | \measuredangle |
∡ |
\surd |
√ | \forall |
∀ |
\exists |
∃ | \nexists |
∄ |
####Relational Symbols
LaTex | LaTex | ||
---|---|---|---|
\hookrightarrow |
↪ | \Rightarrow |
⇒ |
\rightarrow |
→ | \Leftrightarrow |
⇔ |
\nrightarrow |
↛ | \mapsto |
|
\geq |
≥ | \leq |
≤ |
\equiv |
≡ | \sim |
∼ |
\gg |
≫ | \ll |
≪ |
\subset |
⊂ | \subseteq |
⊆ |
\in |
∈ | \notin |
∉ |
\mid |
\propto |
∝ | |
\perp |
⊥ | \parallel |
∥ |
\vartriangle |
####Binary operators
LaTex | LaTex | ||
---|---|---|---|
\wedge |
∧ | \vee |
∨ |
\neg``\not |
¬ |
####Cumulative operators
LaTex | LaTex | ||
---|---|---|---|
\int |
∫ | \iint |
|
\iiint |
\idotsint |
||
\prod |
\sum |
||
\bigcup |
\bigcap |
####Named operators
Great info! I noticed that the symbols for < and > are missing.