0

How do I clear a column in a double column document? I have two floats, and I want each to occupy a different column.

\clearpage before the second float puts it on a new page, while \pagebreak does nothing (puts the two floats on the same column).

MWE

\documentclass[twocolumn,english]{article}
\begin{document}

\begin{figure}
\caption{}
\end{figure}

\newpage{}

\begin{figure}
\caption{}
\end{figure}

\end{document}
lockstep
  • 250,273
Zohar Levi
  • 1,237

0 Answers0