Does anyone know how I can tell latex to include an image from a location other than the working directory? I have several images all in different locations.
Thanks in anticipation
Printable View
Does anyone know how I can tell latex to include an image from a location other than the working directory? I have several images all in different locations.
Thanks in anticipation
Hi kungal,
you could use the environment variables TEXINPUTS or the command \graphicspath, see the UK TeX FAQ: Importing graphics from “somewhere else”.
Stefan