a solution to this particular error message in my situation.
This is my folder structure:
+ wrapfile.tex
| + chapter1/chapter1.tex
I'm attempting to use \include to bring the child file chapter1.tex
into the wrap file but I'm getting an error:
Code: Select all
ERROR: I can't write on file `../chapter1/chapter1.aux'
Code: Select all
\include{../chapter1/chapter1}
\include{/chapter1/chapter1}
absolute paths like
Code: Select all
\include{c:/thesis/chapter1/chapter1}
absolute path. However, I would rather use \include instead of
\input.
Does anyone know of a solution for this error while keeping this
folder structure? I don't have any special write protection on the
chapter1 folder.
I'm using: MikTex 2.8, Windows 7, AucTex(emacs)