I am running Texnic center Alpha and am getting started including graphics, i want to include a .eps picture and therefore compile to ps rather than pdf directly. However it wont let me compile at all now (when i compile to pdf it works fine exept no picture included).
I receive the error in a pop box: "Cannot execute the command".
The code i have insertet for the picture, which i suspects is the culprit is the following:
Code: Select all
\begin{center}
\includegraphics[scale=0.5,angle=270]{2dimNF.eps}
\end{center}
Although i cannot be sure
