I have a master.tex that inputs \images\test.tex
test.tex inputs an image from the same folder it is in - the images folder.
My problem is, that I have to write the path from the master document.
So in test.tex I have to write:
Code: Select all
\includegraphics{images\testImages.jpg}
Code: Select all
\includegraphics{testImages.jpg}