Hello i am still using this package with great pleasure but is there a way to specify the path where the package looks for the files? just the same with graphics
\graphicspath{C:/Documents and Settings/All Users/Documents/My Pictures/Sample Pictures/}
because if i type the full path name within the lstlistings{...} command it does not work. I think it is due to the fact that the path name has spaces in them. Is there a way to solve this problem in the same way with graphics?
The file works great all over the document, also in the appendix. so thank you Florian!
but i have one question, if i only compile a small part of a m-file for instance \lstinputlisting[firstline=5,lastline=8]{plo... is there a way to edit the numbering in the latex file because it always starts with 1 and not the original line number from the m-file