Relations
Symbol and Macro | Negated Variant |
---|---|
= | \ne , \neq |
\approx | \not\approx |
< | \nless |
> | \ngtr |
\le , \leq | \nleq |
\ge , \geq | \ngeq |
\triangleq \coloneqq | |
\equiv | \not\equiv |
\in | \notin |
\ni | \not\ni 1 |
\subset | \not\subset |
\supset | \not\supset |
\subseteq | \nsubseteq |
\supseteq | \nsupseteq |
\sim | \nsim |
\ll | \not\ll |
\gg | \not\gg |
Logical/Extensible Arrow
Arrow and Macro | Negated Variant |
---|---|
\implies \;\xRightarrow{xxx}\; | \;=\!\nRightarrow\; \mathrlap{\quad\not}\implies |
\impliedby \;\xLeftarrow{xxx}\; | \;\nLeftarrow\!=\; \mathrlap{\quad\not}\impliedby |
\iff \;\xLeftrightarrow{xxx}\; | \;\Leftarrow\!\nRightarrow\; \mathrlap{\quad\not}\iff |
\to \xrightarrow[yyy]{xxx} | \nrightarrow |
\gets \xleftarrow{xxx} | \nleftarrow |
\leftrightarrow \xleftrightarrow{xxx} | \nleftrightarrow |
\xlongequal{xxx} | |
\xmapsto{xxx} |
Regular Arrow
Arrow and Macro | Mirrored Version |
---|---|
\circlearrowright | \circlearrowleft |
\curvearrowright | \curvearrowleft |
\Rsh | \Lsh |
\to \longrightarrow \dashrightarrow | \gets \longleftarrow \dashleftarrow |
\leftrightarrow \longleftrightarrow | \updownarrow |
\nearrow | \searrow |
\downarrow | \uparrow |
\nwarrow | \swarrow |
\Rightarrow \Longrightarrow \implies | \Leftarrow \Longleftarrow \impliedby |
\Downarrow | \Uparrow |
\Leftrightarrow \Longleftrightarrow \iff | \Updownarrow |
See more relations and arrows in external resources
- Relation Symbols from LaTeX math symbols
- Packages for Relations p. 67 or Arrows p. 94 from Comprehensive LaTeX Symbol List
- Arrows from KaTeX docs; Arrows from LaTeX math symbols
Generically negate/comment any relation
- negate
\not\equiv
- comment
\overset{\text{def}}{=}
, and see Comment equation operators
Operators
Operator and Macro | Similar Operator |
---|---|
+ | - |
\cdot \times | / \div |
: | ^\circ |
\mid | \parallel |
\cup | \cap |
\setminus | \neq , lnot |
\land , \wedge | \lor , \vee |
\pm \mp | \Join 2 |
\Im imaginary | \Re real |
sum | \prod |
\int \oint | \iint \iiint |
\bigcup \biguplus | \bigcap |
\bigwedge | \bigvee |
See more operators in external resources
- Operators or Big operators from KaTeX docs
- Packages for Operators p. 37 from Comprehensive LaTeX Symbol List
- Operator names ch. 2.12 p. 66 or create custom big operator mathchar ch. 3.2.7 p. 79 from Mathematical Typsetting with LaTeX by H. Voß
Operators with function name
- Use predefined operators
\min
-\sin
- etc., see - [p] Proper operators get correct right and left spacing compared to last two examples, see
- Create custom operator with text name
\operatorname{pre-norm}()
or math name\mathop{\mathbb{P}_0}_a^b()
, see end of
Use limits, or exponents and indices
- Display mode defaults to limits; to force exponents and indices
\lim\nolimits_0^1
- Text mode defaults to exponents and indices; to force limits
\sum\limits_0^1
- See Follow varying typographic conventions with the same input syntax
Greek Letters
Lower Case | Upper Case |
---|---|
\alpha | A |
\beta | B |
\gamma | \Gamma \varGamma |
\delta | \Delta \varDelta |
\varepsilon \epsilon | E |
\zeta | Z |
\eta | H |
\theta \vartheta | \Theta \varTheta |
\iota | I |
\kappa \varkappa | K |
\lambda | \Lambda \varLambda |
\mu | M |
\nu | N |
\xi | \Xi \varXi |
o | O |
\pi \varpi | \Pi \varPi |
\rho \varrho | P |
\sigma \varsigma | \Sigma \varSigma |
\tau | T |
\upsilon | \Upsilon \varUpsilon |
\varphi \phi | \Phi \varPhi |
\chi | X |
\psi | \Psi \varPsi |
\omega | \Omega \varOmega |
\digamma 3 |
Delimiters
- Use default size
(
…)
or auto scale to enclosed content\left(
…\right)
, see - Enclose with a blank delimiter
\left.
…\right\uparrow
, see - Enclose with a middle delimiter
\left\{
…\;\middle\vert\;
…\right\}
, see - Manually set size
\big(
-\Big(
-\bigg(
-\Bigg(
, see - Use matrix with auto scaled delimiters:
\begin{matrix} a&b\\c&d \end{matrix}
, see
pmatrix - bmatrix - Bmatrix - vmatrix - Vmatrix - Use smaller matrix variant, see :
\left[ \begin{smallmatrix} a&b\\c&d \end{smallmatrix} \right]
Math | Markup |
---|---|
( …) ; \binom{n}{k} ; {n \choose k} | |
\lgroup …\rgroup | |
[ …] ; {n \brack k} | |
\{ …\} ; {n \brace k} | |
\vert …\vert | |
…\mid … | |
\left\{ …\;\middle\vert\; …\right\} | |
\Vert …\Vert | |
…\parallel … | |
\lfloor …\rfloor | |
\lceil …\rceil | |
\langle …\rangle | |
{_1^2} ; {2 \atop 1} |
See more delimiters in external resources
- Delimiters from KaTeX docs
Sources:
- 2022-06-10: The Not So Short Introduction to LaTeX2e
- 2022-06-10: LaTeX Math Symbols Cheat Sheet - Kapeli
- 2022-06-10: LaTeX Math for Undergrads
- 2022-06-10: List of mathematical symbols by subject - Wikipedia
Related:
Vary the style of mathematical symbols - ϖ vs π
Other LaTeX symbols
Tags:
Values - Standardize math, numbers, symbols, quantities, money
Graphical elements - Standardize tables, images, plots
LaTeX