From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18946 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: pdfopen/pdfclose under Linux Date: Mon, 14 Mar 2005 14:27:07 +0100 Message-ID: <4235912B.2040903@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110806781 30700 80.91.229.2 (14 Mar 2005 13:26:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Mar 2005 13:26:21 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Mar 14 14:26:21 2005 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 1DApaJ-0000w2-Hi for gctc-ntg-context-518@m.gmane.org; Mon, 14 Mar 2005 14:26:16 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1911A127F4; Mon, 14 Mar 2005 14:27:17 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08146-01; Mon, 14 Mar 2005 14:27:14 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EE46412804; Mon, 14 Mar 2005 14:27:13 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6F224127F4 for ; Mon, 14 Mar 2005 14:27:12 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08013-04 for ; Mon, 14 Mar 2005 14:27:11 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with ESMTP id CB5E112804 for ; Mon, 14 Mar 2005 14:27:10 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 70E8614BB0 for ; Mon, 14 Mar 2005 14:31:01 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01487-04 for ; Mon, 14 Mar 2005 14:30:58 +0100 (CET) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 8BF4812098 for ; Mon, 14 Mar 2005 14:30:58 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl X-Virus-Scanned: by amavisd-new at elvenkind.net X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:18946 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18946 Hi all, I've just uploaded a beta version of Fabrice Popineau's pdfclose/ pdfopen tools ported to X11 (Linux). I've tested this with Acrobat Reader 5.0.10 & Linux & X.org, but the code is reasonably generic, I believe. I hope that while waiting for the upcoming direct texexec support, somebody is willing to do testing under other AR/Os/X configurations. You can fetch it from: http://tex.aanhet.net/utils/pdfopen-0.2.tar.gz (Mandrake 10.1/i386 binaries are included) From the README: --------------------------------------------------------------- Both commands have only one meaningful argument: pdfclose --file Closes an existing window with the name pdfopen --file Opens a window with the name (starting a reader if necesary), or it reloads if it was already open. Note: is the name of the X window, not a filename. ---------------------------------------------------------------- Greetings, Taco