kpathsea version 6.2.1
My directory structure is as follows:
Code: Select all
. all the main .tex files
./graphics image files
./pod machine-generated .tex files
./pdf output
Code: Select all
%\chapter{General overview}
\include{acsd-010}
%\chapter{The network}
\include{acsd-020}
... etc; and later
% Include from-POD documentation
\include{pod/ssmcCmd}
\include{pod/ssmcConsole}
... etc
And the formatter run crashes at the first include for the subdirectory, i.e. \include{pod/ssmcCmd}, with the message
Code: Select all
I can't write on file `pod/ssmcCmd.aux'.
\@include ...\immediate \openout \@partaux #1.aux
\immediate \write \@partau...
l.94 \include{pod/ssmcCmd}
What am I doing wrong?