You want to place your figure right after the title but you are getting text there even though the figure appears before the text in your Latex code: That is when you need this.
\usepackage{float}
\begin{figure}[H]
\centering
\includegraphics{slike/visina8}
\caption{Write some caption here}\label{visina8}
\end{figure}
No comments:
Post a Comment