I´m fairly new to latex and I´m having trouble trying to understand how \graphicspath works. I work on multiple systems (Windows,Linux) and have my tex files on a network attached storage. From what I understand latex deals with relative paths. so say my main tex file is Main.tex with the path ¨/Main¨ I have my chapters in /Main/Chapters and my figures separated in individual folders for each chapter ¨/Main/Figures/Chaptername¨ with windows using Texniccentre with Miktex I added
%Paths for figures
\graphicspath{{Figures//}}
to my main.tex file and everything worked fine. However, with linux using kile this does not work and none of my figures are found. What do I need to change to build my pdf in linux with kile?
any help is much appreciated.
Graphics, Figures & Tables ⇒ \graphicspath
Re: \graphicspath
hmmm...still haven't found a solution to this, nobody knows why it doesn't work under linux?
\graphicspath
The `//' syntax for searching sub-paths does not work with \graphicspath. It only works for environmental variables, such as TEXINPUTS. With \graphicspath you will have to specify the complete subfolder tree of the Figures folder.
Alexander
Alexander