From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32783 Path: news.gmane.org!not-for-mail From: Jano Kula Newsgroups: gmane.comp.tex.context Subject: Re: HZ and DVI Date: Tue, 16 Jan 2007 01:04:36 +0100 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168906023 25735 80.91.229.12 (16 Jan 2007 00:07:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Jan 2007 00:07:03 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 16 01:07:01 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1H6bqp-0003NK-Dx for gctc-ntg-context-518@m.gmane.org; Tue, 16 Jan 2007 01:06:55 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AC08D1FC9B; Tue, 16 Jan 2007 01:02:43 +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 29613-02; Tue, 16 Jan 2007 01:02:41 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2F8251FEC1; Tue, 16 Jan 2007 00:58:39 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2BE241FEC2 for ; Tue, 16 Jan 2007 00:58:36 +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 29145-01-8 for ; Tue, 16 Jan 2007 00:58:28 +0100 (CET) Original-Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by ronja.ntg.nl (Postfix) with ESMTP id BD0511FE4F for ; Tue, 16 Jan 2007 00:58:28 +0100 (CET) Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H6bmZ-0000ob-3V for ntg-context@ntg.nl; Tue, 16 Jan 2007 01:02:31 +0100 Original-Received: from 8.82.broadband2.iol.cz ([83.208.82.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jan 2007 01:02:31 +0100 Original-Received: from jano.kula by 8.82.broadband2.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jan 2007 01:02:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ntg-context@ntg.nl Original-Lines: 25 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 8.82.broadband2.iol.cz User-Agent: Thunderbird 1.5 (X11/20060313) In-Reply-To: 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:32783 Archived-At: Hi! Sanjoy Mahajan wrote: > > xpdf has a -remote option, so a Makefile rule could make the pdf and > then tell xpdf to reload it, via the command line. But I've never > managed to get -remote to work with xpdf. > I use it that way and -remote option works for me. You open the file with xpdf -remote .pdf is whatever you name it When needed (e.g. *.tex file has chaned) Makefile generates PDF and calls the server to reload it with xpdf -reload -remote Jano