I have a tricky problem concerning \newwrite and cannot figure out WHERE the problem really is.
In my code I use a newwrite writing to an extra folder (see below) what works fine on windows-systems.
Code: Select all
...
\newwrite\tableP
\immediate\openout\tableP=tmp/table.csv
...
But on Unix and MacOS I get the standard err-msg:
Code: Select all
! I can't write on file `tmp/table.csv'.
l.468 ...ProjectStaffOut=tmp/table.csv
(Press Enter to retry, or Control-D to exit; default file extension is `.tex')
Please type another output file name:
Regards, zer0