1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
\documentclass{amsart}
\usepackage{amsmath}
\DeclareMathOperator{\GL}{GL}
\newcommand{\SL}{\operatorname{SL}}
\numberwithin{equation}{section}
\subjclass[2010]{Primary: 11F67}
\begin{document}
\begin{align}
f(x) &= \bigg\lvert 0 \bigg\rvert \\
f(x) &= \Bigg\lVert 0 \Bigg\rVert
\tag{mylabel}
\end{align}
\begin{equation}
\sum_{\begin{subarray}{l}i\in\Lambda\\ 0<j<n\end{subarray}} P(i,j)
\end{equation}
\begin{alignat}{3}
f(x) &= \bigg\lvert 0 \bigg\rvert \\
f(x) &= \Bigg\lVert 0 \Bigg\rVert
\tag*{mylabel}
\end{alignat}
\begin{alignat*}{3}
f(x) &= \bigg\lvert 0 \bigg\rvert \\
f(x) &= \Bigg\lVert 0 \Bigg\rVert
\end{alignat*}
\begin{xalignat}{3}
f(x) &= \bigg\lvert 0 \bigg\rvert \\
f(x) &= \Bigg\lVert 0 \Bigg\rVert
\end{xalignat}
\begin{xalignat*}{3}
f(x) &= \bigg\lvert 0 \bigg\rvert \\
f(x) &= \Bigg\lVert 0 \Bigg\rVert
\end{xalignat*}
\begin{xxalignat}{3}
f(x) &= \bigg\lvert 0 \bigg\rvert \\
f(x) &= \Bigg\lVert 0 \Bigg\rVert
\label{speled wronng}
\end{xxalignat}
See also \eqref{speled wronng}.
Spelling: {speled wronng}.
$ operatorname{ Re } = 1 $
$ \operatorname{ Re } = 1 $
\begin{equation}
\begin{Vmatrix}
a & b \\
c & d \\
\end{Vmatrix}
\begin{vmatrix}
a & b \\
c & d \\
\end{vmatrix}
\begin{Bmatrix}
a & b \\
c & d \\
\end{Bmatrix}
\begin{bmatrix}
a & b \\
c & d \\
\end{bmatrix}
\begin{pmatrix}
a & b \\
c & d \\
\end{pmatrix}
\begin{smallmatrix}
a & b \\
c & d \\
\end{smallmatrix}
\end{equation}
\end{document}
|