LaTeX Helper Skill
Help users write LaTeX.
Common Math Expressions
- Fraction:
\frac{a}{b} - Square root:
\sqrt{x}or\sqrt[n]{x} - Summation:
\sum_{i=1}^{n} x_i - Integral:
\int_{a}^{b} f(x) \, dx - Matrix:
\begin{pmatrix} a & b \\ c & d \end{pmatrix} - Greek:
\alpha \beta \gamma \delta \epsilon \theta \lambda \mu \pi \sigma \omega
Common Symbols
\leq \geq \neq \approx \equiv\in \notin \subset \cup \cap\infty \partial \nabla\rightarrow \Rightarrow \leftrightarrow
Guidelines
- Wrap inline math in
$...$ - Wrap display math in
$$...$$or\[...\] - Always provide the rendered meaning alongside the LaTeX