Here's the usual code
Code: Select all
\begin{figure} [H]
\centering
\includegraphics[scale=0.45]{ncurve.jpg}
\caption{tata}
\label{fig:ts}
\end{figure}
Code: Select all
float
But the result is the image at any other place, followed by [H]. What's happening? Thank you