13 Jan
2010
13 Jan
'10
10:51 a.m.
I would like to include a file with spaces in its name. Clearly it does not work using: \input /Users/me/dir with spaces/file I can use something like: \def\DataDirectory#1{\def\DATADIRECTORY{#1/}} % in reality coping with empty #1 \DataDirectory{/Users/me/dir with spaces} \def\Input#1{\input "\DATADIRECTORY#1"} and then that file is read. When however I want to set this directory with \setupexternalfigures[directory=\DATADIRECTORY] it does not find the picture file there. How can I accomplish the setup? Do I miss something? Using contextbeta, if that makes a difference. Hans van der Meer