User:Jaredwf/Math Markup
From Wikipedia, the free encyclopedia
Contents |
Greek alphabet symbols
TeX rendering | TeX syntax | HTML rendering | HTML syntax |
---|---|---|---|
α | \alpha | α Α | α Α |
β | \beta | β Β | β Β |
γΓ | \gamma \Gamma | γ Γ | γ Γ |
δΔ | \delta \Delta | δ Δ | δ Δ |
\epsilon \varepsilon | ε Ε | ε Ε | |
ζ | \zeta | ζ Ζ | ζ Ζ |
η | \eta | η Η | η Η |
\theta \vartheta \Theta | θ ϑ Θ | θ ϑ Θ | |
ι | \iota | ι Ι | ι Ι |
κ | \kappa | κ Κ | κ Κ |
λΛ | \lambda \Lambda | λ Λ | λ Λ |
μ | \mu | μ Μ | μ Μ |
ν | \nu | ν Ν | ν Ν |
ξΞ | \xi \Xi | ξ Ξ | ξ Ξ |
ο Ο | ο Ο | ||
\pi \varpi \Pi | π ϖ Π | π ϖ Π | |
\rho \varrho | ρ Ρ | ρ Ρ | |
\sigma \varsigma \Sigma | σ ς Σ | σ ς Σ | |
τ | \tau | τ Τ | τ Τ |
υΥ | \upsilon \Upsilon | υ Υ | υ Υ |
\phi \varphi \Phi | φ Φ | φ Φ | |
χ | \chi | χ Χ | χ Χ |
ψΨ | \psi \Psi | ψ Ψ | ψ Ψ |
ωΩ | \omega \Omega | ω Ω | ω Ω |
Arrows and dots
TeX rendering | TeX syntax | HTML rendering | HTML syntax |
---|---|---|---|
\rightarrow | → | → | |
\leftarrow | ← | ← | |
\uparrow | ↑ | ↑ | |
\downarrow | ↓ | ↓ | |
\leftrightarrow | ↔ | ↔ | |
\Rightarrow | ⇒ | ⇒ | |
\Leftarrow | ⇐ | ⇐ | |
\Uparrow | ⇑ | ⇑ | |
\Downarrow | ⇓ | ⇓ | |
\Leftrightarrow | ⇔ | ⇔ | |
\mapsto | |||
\nearrow | |||
\searrow | |||
\swarrow | |||
\nwarrow | |||
\longleftarrow | |||
\longrightarrow | |||
\Longleftarrow | |||
\Longrightarrow | |||
\Longleftrightarrow | |||
\longmapsto | |||
\cdot | · | · | |
\ldots | … | … | |
\cdots | |||
\ddots | |||
\vdots |
Set symbols
TeX rendering | TeX syntax | HTML rendering | HTML syntax |
---|---|---|---|
\in | ∈ | ∈ | |
\not \in | ∉ | ∉ | |
\subseteq | ⊆ | ⊆ | |
\subset | ⊂ | ⊂ | |
\supseteq | ⊇ | ⊇ | |
\supset | ⊃ | ⊃ | |
\cup | ∪ | ∪ | |
\cap | ∩ | ∩ |
Relation symbols
TeX rendering | TeX syntax | HTML rendering | HTML syntax |
---|---|---|---|
\le | ≤ | ≤ | |
\ge | ≥ | ≥ | |
\sim | ∼ | ∼ | |
\simeq | ≅ | ≅ | |
\approx | ≈ | ≈ | |
\ne | ≠ | ≠ | |
\equiv | ≡ | ≡ |
Other symbols
TeX rendering | TeX syntax | HTML rendering | HTML syntax |
---|---|---|---|
\oplus | ⊕ | ⊕ | |
\otimes | ⊗ | ⊗ | |
\times | × | × | |
\circ | |||
\bullet | • | • | |
\pm | ± | ± | |
\mp |
TeX operation symbols
n-th Root | \sqrt[n]{x} | |
Summation | \sum_{i=0}^n | |
Product | \prod_{i=0}^n | |
Coproduct | \coprod_{i=0}^n | |
Limit | \lim_{i \to 0} | |
Integral | \int_0^n | |
Path integral | \oint_C | |
Union | \bigcup_{i=0}^n | |
Intersection | \bigcap_{i=0}^n | |
Logical disjunction | \bigvee_{i=0}^n | |
Logical conjunction | \bigwedge_{i=0}^n | |
Vector product | \bigotimes_{i=0}^n | |
Direct sum | \bigoplus_{i \in I} | |
\bigodot_{i=0}^n | ||
\biguplus_{i=0}^n |
TeX grouping symbols
Parentheses | (xyz) | (xyz) |
Brackets | [xyz] | [xyz] |
Braces | {xyz} | \{xyz\} |
Vertical lines | \vert xyz \vert | |
Double vertical lines | \Vert xyz \Vert | |
Angle brackets | \langle xyz \rangle | |
Overline, vinculum | \overline{xyz} | |
Brace over | \overbrace{xyz} | |
Underline | \underline{xyz} | |
Brace under | \underbrace{xyz} | |
Angle bracket over | \widehat{xyz} |
TeX matrices
Description | TeX rendering | TeX syntax |
---|---|---|
Matrix | \begin{matrix} x & y & z \\ u & v & w \end{matrix} | |
Matrix with parentheses | \begin{pmatrix} x & y & z \\ u & v & w \end{pmatrix} | |
Matrix with brackets | \begin{bmatrix} x & y & z \\ u & v & w \end{bmatrix} | |
Matrix with braces | \begin{Bmatrix} x & y & z \\ u & v & w \end{Bmatrix} | |
Matrix with vertical lines | \begin{vmatrix} x & y & z \\ u & v & w \end{vmatrix} | |
Matrix with double vertical lines | \begin{Vmatrix} x & y & z \\ u & v & w \end{Vmatrix} |
TeX functions
Description | TeX rendering | TeX syntax |
---|---|---|
Inverse cosine | arccos | \arccos |
Inverse sine | arcsin | \arcsin |
Inverse tangent | arctan | \arctan |
Cosine | cos | \cos |
Hyperbolic cosine | cosh | \cosh |
Cotangent | cot | \cot |
Hyperbolic cotangent | coth | \coth |
Cosecant | csc | \csc |
Determinant | det | \det |
Dimension | \dim | |
Exponential | exp | \exp |
Greatest common divisor | gcd | \gcd |
Infimum | \inf | |
Kernel | \ker | |
Limit of infimum | \liminf | |
Limit of supremum | \limsup | |
Natural logarithm | ln | \ln |
Logarithm | log | \log |
Maximum | max | \max |
Minimum | min | \min |
Secant | sec | \sec |
Sign function | sgn | \sgn |
Sine | sin | \sin |
Hyperbolic sine | sinh | \sinh |
Supremum | \sup | |
Tangent | tan | \tan |
Hyperbolic tangent | tanh | \tanh |