[tex-live] texlive perl
Heiko Oberdiek
heiko.oberdiek at googlemail.com
Thu Apr 22 03:30:53 CEST 2010
On Wed, Apr 21, 2010 at 11:32:30PM +0200, Reinhard Kotucha wrote:
> Another approach is to ask Adobe under which circumstances the error
> message "Internal Error" is raised.
Quite easy:
Open a document, move it away and reload^1.
The result:
AR7.0.9/Linux, AR8/Linux: "An internal error occurred."
^1 uses a JavaScript file (Alexander Grahn, see CTAN:support/acrorelaodpdf)
to add this function:
var reloadCurrentDoc = app.trustedFunction(function(currentDoc) {
app.beginPriv();
var currentDocView=currentDoc.viewState;
var currentDocPath=currentDoc.path;
currentDoc.closeDoc();
currentDoc=app.openDoc(currentDocPath);
currentDoc.viewState=currentDocView;
app.endPriv();
});
But I doubt that this is of much help here.
Yours sincerely
Heiko Oberdiek
More information about the tex-live
mailing list