Is it possible to have more than 1 graphics path in a TeX file and have latex search in more than one at the same time? I'm asking because I access my files over multiple devices (on Dropbox), and the path is slightly different in each case.
Something along what the simplified code below does:
if
*path1 exists* then
\graphicspath{path1}
else if
*path2 exists* then
\graphicspath{path2}
end
Many thanks W
\graphicspath{{path1},{path2}}? Unless the directories are very large or your computer is very slow, you should not notice the speed difference of searching all of them (it does not matter if they exist or not). – samcarter_is_at_topanswers.xyz Nov 21 '16 at 12:12,? – samcarter_is_at_topanswers.xyz Nov 21 '16 at 12:53