Search found 1 match

by texter
Thu Apr 20, 2017 9:46 pm
Forum: Graphics, Figures & Tables
Topic: Fixing image position, [h] doesn't work
Replies: 1
Views: 4648

Fixing image position, [h] doesn't work

Hi all,

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}
including the

Code: Select all

float
package

But the result is the image at any other place, followed by [H]. What's happening? Thank you