This is my 1st post and I writing because I have a formatting problem when using the
Code: Select all
\begin{figure}
% img here
\end{figure}
The syntax I use for each image (and which is giving me these problems) is:
Code: Select all
\begin{figure}
\centering
\includegraphics[scale=0.4]{\imagesDir/image.png}
\caption{\footnotesize{ image caption here }}
\label{fig:fign}
\end{figure}
Code: Select all
\begin{center}
\includegraphics[scale=0.4]{\imagesDir/image.png}
\center{\footnotesize{ image caption here }}
\end{center}
How can I solve my problem ?
Do you have any suggestion for it ?
Thanks,
s.