I am working on a larger Latex file and am trying to divide one section of that document into two columns. The page that I am dividing into two columns contains six images, so three are displayed in each column. Because only this section of my document is in two columns I used the \twocolumn command to create two columns.
\chapter{Experiments}
\twocolumn
\begin{figure}
\includegraphics[width=\linewidth]{example.png}
\caption{example}
\label{fig:example}
\end{figure}
\begin{figure}
\includegraphics[width=\linewidth]{example.png}
\caption{example}
\label{fig:example}
\end{figure}
\begin{figure}
\includegraphics[width=\linewidth]{example.png}
\caption{example}
\label{fig:example}
\end{figure}
\begin{figure}
\includegraphics[width=\linewidth]{example.png}
\caption{example}
\label{fig:example}
\end{figure}
\begin{figure}
\includegraphics[width=\linewidth]{example.png}
\caption{example}
\label{fig:example}
\end{figure}
\begin{figure}
\includegraphics[width=\linewidth]{example.png}
\caption{example}
\label{fig:example}
\end{figure}
Unfortunately the two columns are slightly misaligned; the second column sits slightly higher on the page than the first.

Does anybody know how to fix this? Thank you guys very much for your help in advance.



\documentclassand ending with\end{document}. – Jul 01 '19 at 15:18