I'm having a problem with the multicol environment.
I currently have the following LaTeX code:
Code: Select all
\begin{multicols}{3}
{
\begin{equation}\sum F_x = 0\end{equation}
\begin{equation}\frac{dP}{dx} - p = 0\end{equation}
}
{
\begin{equation}\sum F_y = 0\end{equation}
\begin{equation}\frac{dQ}{dx} + q = 0\end{equation}
}
{
\begin{equation}\sum M = 0\end{equation}
\begin{equation}\frac{dQ}{dx} + q = 0\end{equation}
}
\end{multicols}

Does anyone know why the third column appears to be shifted up? If it matters I'm using the AIAA's official LaTeX styling.