Captions (Flo’s Pet Hate)
Finally, every figure (and table, see next Section) must include a caption to describe its content and a label, which can be referenced in the text (similarly to sections and footnotes, as discussed in previous sections). This caption must sit underneath the figure (or table).
Some sample text.
\begin{figure}[h!]
\includegraphics[width=\textwidth]{koala.jpg}
\caption{This is a picture of a coala.}
\label{coala}
\end{figure}
Other sample text referring to Figure \ref{coala}