Latex Math

Creator
Creator
Seonglae Cho
Created
Created
2021 Nov 5 18:17
Editor
Edited
Edited
2025 Mar 21 0:59
Refs

\LaTeX LaTeX\LaTeX

$ $ inline math, $$ $$ math block

  • \mathcal{L} ABCDEFGHIJKLMNOPQRSTUVWXYZ\mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ} Math
    Caligraphic
  • \mathbb{E} ABCDEFGHIJKLM\mathbb{ABCDEFGHIJKLM} blackboard bold
  • \mathbf{A} ABCDefg\mathbf{ABCDefg}
  • \S §\S

Equation

  • \ne
  • \approx \approx
  • \equiv \equiv
  • \geq
  • \leq
  • :\coloneq \coloneqq
  • \propto \propto
  • \backslash \\backslash

above

  • \hat h^\hat{h}
  • h\overline{h} \overline

Operations

  • \times a×ba \times b
  • \cdot aba \cdot b
  • \ast \ast
  • \otimes \otimes
  • \perp \perp independence
  • \sqrt[2]{x} x2\sqrt[2]{x}

Numeral

  • \frac {} {} 12\frac{1}{2}
  • \infty \infty

Calculus

  • \nabla \nabla
  • \Delta Δ\Delta
  • \partial \partial
  • \sum ab\sum_a^b
  • \prod \prod

Texts

  • \text what the fuck\text{what the fuck}
  • \forall \forall
  • \exists \exists
  • \newline updownup \newline down

Statistics

  • \tilde{x} x~\tilde{x}
  • \sim \sim
  • \leftarrow \leftarrow
  • \rightarrow \rightarrow
  • \mapsto \mapsto
  • underover\xleftrightarrow[under]{over} \xleftrightarrow[under]{over}
  • \\\implies     \\\implies
  • \underbrace{hello}{sdf}
    • hellosdf\underbrace{hello}_{sdf}

Linear algebra

  • \overline overline\overline{overline}
  • \vec v\vec{v}
  • \angle \angle

\begin{tag}, end{tag}

  • pmatrix (123345678)\begin {pmatrix} 1 & 2 & 3 \\ 3 & 4 & 5 \\ 6 & 7 & 8 \end {pmatrix}
  • vmatrix [123345678]\begin {bmatrix} 1 & 2 & 3 \\ 3 & 4 & 5 \\ 6 & 7 & 8 \end {bmatrix}
  • vmatrix 123345678\begin {vmatrix} 1 & 2 & 3 \\ 3 & 4 & 5 \\ 6 & 7 & 8 \end {vmatrix}
  • Vmatrix 123345678\begin {Vmatrix} 1 & 2 & 3 \\ 3 & 4 & 5 \\ 6 & 7 & 8 \end {Vmatrix}
  • cases {f(x),if a < 0g(x),if a > 0\begin{cases} f(x), & \text{if a < 0}\\ g(x), & \text{if a > 0} \end{cases}

Set

  • \subset \subset
  • \supset \supset
  • \ni \ni
  • \in \in
  • \notni \notni
  • \notin \notin
  • \cup \cup
  • \bigcup \bigcup
  • \cap \cap

LaTex Math Spacing Whitespace

Space

  • \quad with \quad indent
\: \; \!

Line Break

\newline
\\ for the new line
 

Grammar

cases

 
 

Recommendations