This is my 1st post and I writing because I have a formatting problem when using the
\begin{figure} % img here \end{figure}
block. It always put tne image at the beginning of the page, so without respecting the order and the placement of the image, except for the first one.
The syntax I use for each image (and which is giving me these problems) is:
\begin{figure} \centering \includegraphics[scale=0.4]{\imagesDir/image.png} \caption{\footnotesize{ image caption here }} \label{fig:fign} \end{figure}
while if I use:
\begin{center} \includegraphics[scale=0.4]{\imagesDir/image.png} \center{\footnotesize{ image caption here }} \end{center}
I don't have these problems, but I cannot reference the image and automatically enumate it as the \begin{figure} block does..
How can I solve my problem ?
Do you have any suggestion for it ?
Thanks,
s.