If I insert image into my document as such:
\includegraphics{spss24fore.png}
The image is aligned at top of the page, but when I use:
\begin{figure}
\includegraphics{spss24fore.png}
\caption{Kuva 1.1}
\end{figure}
to get the caption to the picture as well, the image moves vertically down more towards the center of the page and more to the left?...Why so?...I only want to add caption for the image, I want it to stay where it is =)
\begin{minipage}and\captionofas in the link you gave instructed =) – jjepsuomi Apr 29 '13 at 11:15