Thanks for this nice LaTeX community, there are many nice threads here. I would like to ask about a weird thing that's occurring in my configuration.
In the machine, MiKTeX portable is unzipped on "C:\MiKTeX" (so it's "C:\MiKTeX\miktex\bin\"). GhostScript is not installed on the system. I'm using TexStudio 2.6.2, with settings "Build & View" (= Compile and View), and PDFLaTeX as compiler engine.
There is this simple file:
Code: Select all
\documentclass[]{article}
\usepackage{graphicx}
\usepackage{epstopdf}
\begin{document}
\includegraphics{image}
\end{document}
Code: Select all
Package pdftex.def Error: File `image-eps-converted-to.pdf' not found \includegraphics{image}
Thank you in advance!