I'm already trying for hours to insert a figure into my LaTeX-file. I've searched for almost whole internet but with the code everyone's giving me, I can't force to make it to a succes.
My code:
Code: Select all
\begin{figure}[t]
\centering
\includegraphics{Layout.eps}
\caption{}
\label{fig:}
\end{figure}
In my main-file I've got next code
Code: Select all
\documentclass[11pt, a4paper, makeidx]{memoir}
\input{style.tex}
\usepackage{graphicx}
\begin{document}
I hope someone can help me!