$ \sum_{i=1}^n \sin(n \alpha) $
\( \sum_{i=1}^n \sin(n \alpha) \)
\begin{math} ... \end{math}
$$
\sum_{i=1}^n \sin(n \alpha)
\text{\quad pour \quad}
\alpha \in \mathbb{R}
$$
\[
\sum_{i=1}^n \sin(n \alpha)
\text{\quad pour \quad}
\alpha \in \mathbb{R}
\]
\begin{displaymath}
...
\end{displaymath}
\begin{equation}\label{eq:sommetrigo}
\sum_{i=1}^n \sin(n \alpha)
\text{\quad pour \quad}
\alpha \in \mathbb{R}
\end{equation}
\begin{multline}\label{eq:treslongue}
p(x) = 3x^6 + 14x^5y + 590x^4y^2 + 19x^3y^3\\
- 12x^2y^4 - 12xy^5 + 2y^6 - a^3b^3
\end{multline}
equation*
, multiline*
,... sans numéro d'équation.
\eqref{...}
à la place de \ref{...}
pour obtenir, par exemple, (13) au lieu de 13.
\documentclass[...]{}
: leqno
(l=left) et reqno
(r=right).
\begin{gather}
2x - 5y = 8 \\
3x^2 + 9y = 3a + c
\end{gather}
\begin{align}
B' &= -\nabla \times E,\\
E' &= \nabla \times B - 4\pi j.
\end{align}
*
sans numéro,
il existent les versions "ed" pour mettre en mode math : gathered
, aligned
.
\label
par ligne numéroté.
\tag{...}
, \tag*{...}
ou \notag
.
\intertext{...}
.
empheq
.
\mathcal{...}
\mathfrak{...}
\mathbb{...}
\mathbf{...}
ou
\bm{...}
(de préférence)\mathrm{...}
\mathit{...}
\mathsf{...}
\begin{gather*}
RQSz\pi \\ \bm{RQSz\pi} \\ \mathbf{RQSz\pi} \\
\mathbb{RQSz\pi} \\ \mathcal{RQSz\pi} \\ \mathfrak{RQSz\pi}
\end{gather*}
\displaystyle
,
\textstyle
,
\scriptstyle
et
\scriptscriptstyle
.
\text{...}
ou une des autres versions \textbf{...}
, \textsl{...}
, ...\[ \cos(x) \text{ pour } x \in A \]
\,
, \quad
, ... \left( ... \right)
\left\{ ... \right\}
(
avoir
\{
,
[
,
|
,
\|
,
<
ou sans rien
.
\left\{ ... \right|
on peut mélanger\left\{ ... \right.
pour ne mettre qu'à gauche par exemple\big( \Big( \bigg( \Bigg(
\big] \Big] \bigg] \Bigg]
tabular
n'est pas fait spécialement pour les maths.
\begin{tabular}{rcc}
& Blanc & Noir \\
Long & $P=\frac13$ & $P=x$ \\
Court & $P=0$ & $P=y$
\end{tabular}
array
est fait spécialement pour les maths.
$
\begin{array}{rcc}
& \text{Blanc} & \text{Noir} \\
\text{Long} & P=\frac13 & P=x \\
\text{Court} & P=0 & P=y
\end{array}
$
matrix
(sans délimiteurs par défaut)
\begin{matrix}
\alpha & \beta^{*} \\
\gamma^{*} & \delta
\end{matrix}
bmatrix
pour mettre entre [...]Bmatrix
pour mettre entre {...}pmatrix
pour mettre entre (...)vmatrix
pour mettre entre |...|Vmatrix
pour mettre entre ∥...∥smallmatrix
est une version avec des espaces réduitscases
est un cas particulier de "array" avec deux colonnes alignées à gauche, et une accolade à gauche.
$ (x-a)_+ =
\begin{cases}
x-a & x \geq a \\
0 & \text{sinon}
\end{cases}
$
dcases
identique, mais les cellules sont en "display"dcases*
comme dcases, mais la deuxième colonne est en mode texte\sin
, \cos
, \tan
, \cot
,\sinh
, \cosh
, \tanh
, \coth
,\arcsin
, \arccos
, \arctan
,\exp
, \log
, \ln
, \lg
,\max
, \min
, \sup
, \lim
, \limsup
, \liminf
,\dim
, \ker
, \det
, \hom
,\DeclareMathOperator
pour définir un opérateur
\gcd
on peut faire :\DeclareMathOperator{\pgcd}{pgcd}
\lim
) il faut utiliser \DeclareMathOperator*
\operatorname
et \operatorname*
\substack{...\\ ...}
et subarray
\sideset{_1^2}{_3^4}\sum
\underbrace{...}_{...}
, \overbrace{...}^{...}
\underbracket{...}_{...}
, \overbracket{...}^{...}
\frac12
est la même chose que \frac{1}{2}
\frac
il existent
\dfrac
, \tfrac
, \cfrac
.