When running pdflatex the following errors occurred:"
! Package pdftex.def Error: File `geometry-eps-converted-to.pdf' not found.
! Package pdftex.def Error: File `force-eps-converted-to.pdf' not found."
Do I need to install a separate package or is there an other way to solve this?
Where do I find these files?
Best Answer
The reason for the errors are very likely the previous warnings:
Check the
.log
file for these warnings. Do the.eps
files exists? If yes, where?BTW, package
epstopdf
is loaded, because it is responsible for the suffix-eps-converted-to.pdf
. Also-shell-escape
should not be necessary at least in TeX Live, in its default settings, restricted shell escape is enabled, allowingrepstopdf
to run that is used for the conversion.