I have a problem compiling eps-files with the epstopdf package. I use TeXStudio portable and try to compile the following code:
\documentclass{article}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage[latin1]{inputenc}
\begin{document}
\begin{figure}[h]
\includegraphics[width=\columnwidth]{test.eps}
\end{figure}
\end{document}
This code gives me the error "epstopdf" either misspelled or does not exist. So I tried to convert the eps-file prompt and get the same error message.
Can anybody tell me what's wrong with my Latex setup?
Thank you!
miktex-ghostscript-base,miktex-ghostscript-bin,miktex-graphics-bin? – Heiko Oberdiek May 22 '14 at 05:28