I need to use an absolute path for my package. One of the folder I use contains a space. I cannot change the name of this folder.
So, how can I use paths containing the space character in usepackage ?
EDIT
I tried to put my path between double quotes (") but then, Latex tries to open the "<my path>".sty !!
I am using pdftex (I don't know if this info is relevant).
{"foo/other foo/foo"}usepackageis a package name not a file path. It sometimes half works (but usually gives a warning) if you use a path (whether or not there is a space) but it is always incorrect usage.~/Library/texmf/with the proper internal structure. Anything you put there will be found automatically. See How do I add a .sty file to my MacTeX/TeXShop installation? Do you have some reason for not putting local packages there?