On 22/12/2010 1:56 PM, Tim Wescott wrote:
I have a whole family of documents that I'm working on, all of which I
want to have the same look and feel. I tried making a separate last page
document, with blurbs for my company and a copyright notice, and putting
it in with a LaTeX command: "\input{last_page}". That worked great.

Then I tried moving it down to the root directory of my tree, and
putting it in with the LaTeX command: "\input{../../last_page}". That
got the complaint

pdflatex: Not writing to ../../last_page.aux (openout_any = p).

I have write permissions to that directory.

Anyone know what's up? I can 'fix' this problem with links, but it'll be
a pain.


It's a security /feature/ in pdflatex if I remember correctly. Write permissions are not at fault, rather you should change the openout_any configuration setting to something less restrictive.

--
Julien

Reply via email to