11 Jul
2008
11 Jul
'08
10:44 p.m.
Steffen Wolfrum wrote:
Hi,
marking=on often uses \jobname.
My file's name is not as important as its respective folder name.
Is it possible to read and reuse this folder's name?
In mkii you would have to do something with \write18, I fear. In mkiv you can simply do: \edef\foldername{\ctxlua{tex.sprint(lfs.currentdir())}} (assuming the jobname file lives inside the current directory) Best wishes, Taco