I want to have row of pictures placed on the end of one page and the second row the beginning of the next page. Is there a way to do that?
Here's the code that generates the pictures.
Code: Select all
\begin{figure}[!ht]
\begin{minipage}[b]{0.5\linewidth}
\includegraphics[width=1\textwidth]{StripFootingOxLim6}
\subcaption{Fifth refinement, elements = 13809, \(\frac{kB}{s_{um}} = 0\)}
\end{minipage}
\begin{minipage}[b]{0.5\linewidth}
\includegraphics[width=1\textwidth]{StripFootingOxLim_k=1kPa}
\subcaption{Fifth refinement, elements = 13602, \(\frac{kB}{s_{um}} = 1\)}
\end{minipage}
\begin{minipage}[b]{0.5\linewidth}
\includegraphics[width=1\textwidth]{StripFootingOxLim_k=3kPa}
\subcaption{Fifth refinement, elements = 11344, \(\frac{kB}{s_{um}} = 3\)}
\end{minipage}
\begin{minipage}[b]{0.5\linewidth}
\includegraphics[width=1\textwidth]{StripFootingOxLim_k=5kPa}
\subcaption{Fifth refinement, elements = 10820, \(\frac{kB}{s_{um}} = 5\)}
\end{minipage}
\caption{Mesh refinements for soil with a strip footing on top for different values of\(\frac{kB}{s_{um}}\)}
\end{figure}