Question #6168   Submitted by Answiki on 05/22/2022 at 03:16:19 PM UTC

How to make LaTeX equations on several lines?

Answer   Submitted by Answiki on 05/22/2022 at 03:20:16 PM UTC

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:



2 events in history
Answer by Answiki on 05/22/2022 at 03:20:16 PM

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:



Question by Answiki 05/22/2022 at 03:16:19 PM
How to make LaTeX equations on several lines?
# ID Query URL Count

Icons proudly provided by Friconix.