Juergen Spitzmueller wrote:
Angus Leeming wrote:
A similar error happens if we call View/Update->PDF(pdflatex) while the
pdf file is already loaded in Acrobat
I don't think that there's anythng we can do about this. You could try
submitting a bug report to Adobe asking them not to be so rude as to keep
the HANDLE on the file open...
Fabrice Popineau's fpTeX distribution for windows (http://www.fptex.org/)
contains the pdfopen and pdfclose commands which are working around this. A
UNIX port (xpdfopen) has been released recently (I didn't test either one).
Interesting. I read this as saying that:
$ pdfclose my_file.pdf; pdfopen my_file.pdf
will reopen my_file.pdf in acroread. Correct?
Is it possible to grab the windows sources/executable separately? I'd
rather not download the whole of this beast...
Angus