Use \ref to reder to a figure in text
h - same locatio
t - top of page
b - bottom of page
p - on an extra page
! - override
Need package graphicx and subcaption
\begin{figure}[h!] \centering \begin{subfigure}[b]{0.4\linewidth} \includegraphics[width=linewidth]{image.jpg} \caption{image.} \end{subfigure} \begin{subfigure}[b]{0.4\linewidth} \includegraphics[width=linewidth]{image.jpg} \caption{image.} \end{subfigure} \caption{images} \label{fig:images} \end{figure}