I have three .eps files which i saved from MATLAB.Iam writing in latex and would like to add these three pictures just below my text in the section that Iam writing in.here is the latex code Iam using:
\begin{figure}[H]
\includegraphics[height=150px,width = 200px ]{poisson1.eps}
\hfill
\includegraphics[height=150px ,width = 200px ]{poisson2.eps}
\hfill
\includegraphics[height=150px ,width = 200px ]{poisson3.eps}
\end{figure}
The first problem is that these graphics/pics. end up at the end of the document not below my text as i want. Latex just seem to put the graphics/pictures where it wants. How can i change the way latex chooses to place the graphics/pitures
Can someone help?
floatpackage? – egreg Feb 01 '15 at 20:47