How to make LaTeX equations on several lines?
There are several ways to write a LaTeX equation on several lines. The simplest solution is the following one which is specially designed to align several equations:
\begin{align}
a=b \\
a=c \\
d=b+c \\
\end{align}
The above LaTeX code displays:
It is also possible to use a table :
\begin{array}{rcl}
a=b \\
a=c \\
d=b+c \\
\end{array}
The above LaTeX code displays:
See also:
There are several ways to write a LaTeX equation on several lines. The simplest solution is the following one which is specially designed to align several equations:
\begin{align}
a=b \\
a=c \\
d=b+c \\
\end{align}
The above LaTeX code displays:
It is also possible to use a table :
\begin{array}{rcl}
a=b \\
a=c \\
d=b+c \\
\end{array}
The above LaTeX code displays:
See also:
# | ID | Query | URL | Count |
---|