I've been working on a report but i can't seem to find out how to get the caption of a image UNDER the specific image, instead it stays at the top of the image. Heres my code:
\documentclass[12pt]{report}
\begin{figure}[h!]
\includegraphics[scale= 0.3]{images/MRS.jpg}
\label{fig:MRS}
\caption{A part of an MRS.}
\end{figure}
\usepackage[demo]{graphicx} \begin{document}before\begin{figure}and\end{document}after\end{figure}, I cannot replicate the problem you say you're experiencing. For sure, though, place the\labelinstruction after the\captiondirective. – Mico Feb 05 '16 at 18:55\labelhave to appear after the caption? – Werner Feb 05 '16 at 18:56