How to set path of images to be included? I copied over previous TEX folder into new folder name, and added file.PNG into the Figures folder, and made sure that
\graphicspath{{Figures/}}
is included as worked previously, not sure why copying TEX into new folder, TEX cant find .PNG images when I tried using:
\includegraphics[width=120mm]{Capture_ZCBplot.png}
which worked before? Somehow it is pointing to old directory and hence graphics from old directory still valid?
\inputbut is valid for any directory issues. ) – bloodworks Jan 17 at 18:44file.PNGis a different file thanfile.png. – Martin Scharrer♦ Jan 17 at 18:49