I am writing equation systems with a left brace, like this for instance :
Code: Select all
\begin{equation}
\left\{
\begin{array}{c}
\frac{\partial{u}}{\partial{x}} + \frac{\partial{u}}{\partial{x}} = 0 \\
\frac{\partial{p}}{\partial{x}} = 0 \\
\end{array}
\right.
\end{equation}
What I would like to do is to be able to write equation systems with a normal size for the equation, as if I did this :
Code: Select all
\begin{equation}
\frac{\partial{u}}{\partial{x}} + \frac{\partial{u}}{\partial{x}} = 0 \\
\end{equation}
\begin{equation}
\frac{\partial{p}}{\partial{x}} = 0 \\
\end{equation}
Can somebody help ?
Thanks,
Amine