Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fixing image position in latex, [h] doesn't work

Tags:

latex

Here's the usual code

\begin{figure} [H]
\centering
\includegraphics[scale=0.45]{ncurve.jpg}
\caption{tata}
\label{fig:ts}
\end{figure}

including the float package

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

like image 726
Hans Avatar asked Dec 07 '25 15:12

Hans


1 Answers

i have the same problem so i have simply fix it by using flot package

\usepackage{float}
like image 174
ayoub mlaouah Avatar answered Dec 09 '25 16:12

ayoub mlaouah



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!