From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26171 Path: news.gmane.org!not-for-mail From: Hooman Javidnia Newsgroups: gmane.comp.tex.context Subject: Re: Closing PDF file at each run Date: Tue, 28 Feb 2006 01:29:18 -0500 (EST) Message-ID: References: <4402DB6E.7020309@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1141108795 29359 80.91.229.2 (28 Feb 2006 06:39:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Feb 2006 06:39:55 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Feb 28 07:39:52 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FDyWT-0002uR-F2 for gctc-ntg-context-518@m.gmane.org; Tue, 28 Feb 2006 07:39:51 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A527D127A2; Tue, 28 Feb 2006 07:39:48 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16411-02; Tue, 28 Feb 2006 07:39:44 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B577A12793; Tue, 28 Feb 2006 07:39:44 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1AF4812793 for ; Tue, 28 Feb 2006 07:39:42 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16211-05 for ; Tue, 28 Feb 2006 07:39:41 +0100 (CET) Original-Received: from sun01.eng.uwo.ca (sun01.eng.uwo.ca [129.100.225.200]) by ronja.ntg.nl (Postfix) with SMTP id C81B412772 for ; Tue, 28 Feb 2006 07:39:39 +0100 (CET) Original-Received: from sun15.eng.uwo.ca (sun15.eng.uwo.ca [129.100.225.135]) by sun01.eng.uwo.ca (8.12.10+Sun/8.12.9) with ESMTP id k1S6dVmd024216 for ; Tue, 28 Feb 2006 01:39:31 -0500 (EST) X-Sender: javidnia@sun15.eng.uwo.ca Original-To: mailing list for ConTeXt users In-Reply-To: <4402DB6E.7020309@elvenkind.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:26171 Archived-At: On Mon, 27 Feb 2006, Taco Hoekwater wrote: > >>Texexec uses a pair of programs by Fabrice Popineau to make Acrobat > >>automatically close and reopen the document. But this only works if > >>it can control the file opening and closing from the start. > > > You need the pair " --pdf --autopdf " on the texexec commandline. Thanks Taco for the explanation. When I compile my tex files by F7 the command which is executed is texmfstart newtexexec.rb --autopdf --pdf myfile.tex but still the PDF is not refreshed for the second run. I am using Acrobat 7. I read in WinEdt's mailing list that Adobe Acrobat has changed its caption from version 6 onwards. Could this be a problem related to the versions of Acrobat? Thanks, -Hooman