I am completely fresh with LaTeX and I have a lot of questions. Luckily, google answers most of them but I have one that just.... -.-
LaTeX is mixing the order of text and implemented picture, and I have no idea why. The code is:
Code: Select all
texttexttexttexttexttext
\begin{figure}[ht]
\centering
\includegraphics{C:/Users/Mitja/Desktop/skica2.png}
\caption{Skica poskusa z radijem elektrod}
\label{fig:skica2}
\end{figure}\\
texttexttexttexttexttexttexttexttexttexttexttexttexttext
texttexttexttext
texttexttexttext
picture.
Loosing my mind here... -.-
Please help!