I used the \graphicspath
command to tell my LaTeX document where the various pictures are located. However, I noticed that LaTeX first checks the directory where the TeX file is located and only afterwards looks in the directory specified in \graphicspath
.
Is there a way to tell LaTeX to only look for graphics in the \graphicspath
directory? Or is the only solution here to clean up the directory of the source file and make sure no graphics are located there?
\includegraphics{images/mypicture.png}
with the path in the includegraphics argument