Math Symbol-1 Using LaTex PDF
Math Symbol-1 Using LaTex PDF
Michael Downes
American Mathematical Society
Environments for handling equation groups and multi-line equations are shown in Table 1.
1
Short Math Guide for LATEX, version 1.09 (2002-03-22) 2
Table 1: Multi-line equations and equation groups (vertical lines indicating nominal mar-
gins).
\begin{equation}\label{xx}
\begin{split}
a& =b+c-d\\ a=b+c−d
& \quad +e-f\\ +e−f
(2.1)
& =g+h\\ =g+h
& =i =i
\end{split}
\end{equation}
\begin{multline}
a+b+c+d+e+f\\ a+b+c+d+e+f
+i+j+k+l+m+n +i+j+k+l+m+n (2.2)
\end{multline}
\begin{gather}
a_1=b_1+c_1\\ a1 = b1 + c1 (2.3)
a_2=b_2+c_2-d_2+e_2 a2 = b2 + c2 − d2 + e2 (2.4)
\end{gather}
\begin{align}
a_1& =b_1+c_1\\ a1 = b1 + c1 (2.5)
a_2& =b_2+c_2-d_2+e_2 a2 = b2 + c2 − d2 + e2 (2.6)
\end{align}
\begin{align}
a_{11}& =b_{11}&
a_{12}& =b_{12}\\ a11 = b11 a12 = b12 (2.7)
a_{21}& =b_{21}& a21 = b21 a22 = b22 + c22 (2.8)
a_{22}& =b_{22}+c_{22}
\end{align}
\begin{flalign*}
a_{11}& =b_{11}&
a_{12}& =b_{12}\\ a11 = b11 a12 = b12
a_{21}& =b_{21}& a21 = b21 a22 = b22 + c22
a_{22}& =b_{22}+c_{22}
\end{flalign*}
Note 1. The split environment is something of a special case. It is a subordinate environment that can
be used as the contents of an equation environment or the contents of one “line” in a multiple-equation
structure such as align or gather.
Note 2. The eqnarray and eqnarray* environments described in [Lamport] are not recommended because
they produce inconsistent spacing of the equal signs and make no attempt to prevent overprinting of the
equation body and equation number.
Short Math Guide for LATEX, version 1.09 (2002-03-22) 3
a=b+c (2.10a)
d=e+f +g (2.10b)
h=i+j (2.10c)