I've seen this sort of question on a lot of fora, but I haven't found an answer to my question. If the answer is already out there and I didn't find it, I apologize in advance. The situation is as follows:
I have 1 big folder (let's call it, 'MyProject'), consisting of 16 other folders, say Case1, Case2,..., Case16. Those folders in turn consist each time of 2 folders each, say Property1 and Property2. In Property1 and Property2, there are always 10 figures, and always with the same name. For example: In Property1, there's a figure called method1. In Property2, there's also a figure called method1, but is now a different figure (showing the second property of said method). Here's an attempt of a schematic overview:
MyProject
Case1
- Property1
- method1.eps
- ...
- method10.eps
- Property2
- method1.eps
- ...
- method10.eps
Case 2
- Property1
- method1.eps
- ...
- method10.eps
- Property2
- method1.eps
- ...
- method10.eps
And so on.
My problem is: I want to include all those figures in a LaTeX-file, but I'd prefer if they could stay in these folders and if I didn't have to change each name of each file, that would be perfect. I'm aware of the command \graphicspath{{C:/...}{subdir2/}{subdir3/}...{subdirn/}}, but I'm afraid that won't work in my case as the names of my figures are each time the same. Does anyone have some pointers for me?
As always, any help would be dearly appreciated.
\includegraphics{Case1/Property1/method1}?