Thanks so much for the replies so far.
I'll have to wait till I get home tonight to get the error message.
In regards to this suggestion:
Make sure that you have exactly the same directory structure on both machines. Especially in case you are giving a relative path.
On one machine, I am connected to a network drive in which I have a personal folder:
/home/ben/network_drive/ben/thesis/
In the folder thesis, I have my main .tex file, with subfolders for different chapters which contain the .tex file for the chapter, and then a subfolder for my imgages, i.e:
/home/ben/network_drive/ben/thesis/main.tex
/home/ben/network_drive/ben/thesis/chapter1/chapter1.tex
/home/ben/network_drive/ben/thesis/chapter1/images/
I copy the directory: /thesis and everything under that, and take it to another machine where the directories are set up as:
/media/mounted_drive/thesis/
The path to the "thesis" folder shouldn't make a difference should it, since the main.tex file and everything else is under the "thesis folder" so all paths start at \thesis? Or am I wrong here?
If necessary, prepare a minimal working example (MWE) and post it together with the according log file.
I'll have a look into doing this when I get home to the problem computer.
Did you verify that the "graphicspath" package is installed on the two machines??? Otherwise, it would explain this behaviour.
I just found something through google (
http://www.tex.ac.uk/cgi-bin/texfaq2htm ... aphicspath) that the command "graphicspath" is part of the "graphicx" and "epsfig" packages. I checked and I have the commands:
Code: Select all
\usepackage{graphicx}
\usepackage{epsfig}
I don't get any errors relating the the package "graphicx" not being found, so that would suggest that there is no problem with the package "graphicx"?
Thanks again for the fast responses. I really appreciate the help.
Ben