I have three images in a line across a page which I have inserted using the
{minipage}
environment.
Code: Select all
\begin{figure}[H]
\hspace{-2cm}
\centering
\begin{minipage}[c]{.23\textwidth}
\centering
\includegraphics[scale=0.2]{Images/Chapter_6/fortafix_30_45_11l-min.png}
\subcaption{Water circulated at 11 litres per minute}
\label{fig: fortafix 11l-min}
\end{minipage}
\hspace{1.5cm}
\begin{minipage}[c]{.23\textwidth}
\centering
\includegraphics[scale=0.2]{Images/Chapter_6/fortafix_30_45_9l-min.png}
\subcaption{Water circulated at 9 litres per minute}
\label{fig: fortafix 9l-min}
\end{minipage}
\hspace{1.5cm}
\begin{minipage}[c]{.23\textwidth}
\centering
\includegraphics[scale=0.2]{Images/Chapter_6/fortafix_30_45_6l-min.png}
\subcaption{Water circulated at 6 litres per minute}
\label{fig: fortafix 6l-min}
\end{minipage}
\caption{Plate mould cooling with Fortafix flexseal 350 gap filler layer}
\label{fig: plate cooling fortafix traces}
\end{figure}
\subcaption
s to line up properly. I have tried using a preceding \hspace{}
, but this just moves the images vertically. Has anyone come across this before?Cheers