General\newwrite to extra folder

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
zer0nimo
Posts: 12
Joined: Wed Jul 29, 2009 3:20 am

\newwrite to extra folder

Post by zer0nimo »

Hello there!

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:
Does somebody know where the problem is? Then please help me!!! =)

Regards, zer0

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply