I've got a problem when compiling my latex file. I use the figure environment to include an .eps in my document. However, every time I compile, the picture is shown at the end of the document and not at the position where I put it in the code.
Anybody knows, how to make it right?
Code: Select all
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{Figure}
\end{figure}