From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25778 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: pdfstartview Date: Thu, 02 Feb 2006 10:13:20 +0100 Message-ID: <43E1CD30.6040008@wxs.nl> References: <6faad9f00602010817t5c416f03sf546fc80bc695ab6@mail.gmail.com> <43E11DDE.80508@wxs.nl> <43E13705.5060506@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 1138871608 30759 80.91.229.2 (2 Feb 2006 09:13:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Feb 2006 09:13:28 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 02 10:13:26 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 1F4aWq-0004XU-Mj for gctc-ntg-context-518@m.gmane.org; Thu, 02 Feb 2006 10:13:24 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5B7EB127A1; Thu, 2 Feb 2006 10:13:24 +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 06081-03-8; Thu, 2 Feb 2006 10:13:20 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 392531282A; Thu, 2 Feb 2006 10:13:20 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A19E0127A1 for ; Thu, 2 Feb 2006 10:13:18 +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 06081-03-7 for ; Thu, 2 Feb 2006 10:13:17 +0100 (CET) Original-Received: from mail.pragma-ade.net (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with SMTP id 43FD71282A for ; Thu, 2 Feb 2006 10:13:17 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 4031 for ; Thu, 02 Feb 2006 04:26:02 +0300 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: mailing list for ConTeXt users In-Reply-To: <43E13705.5060506@elvenkind.com> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 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:25778 Archived-At: Taco Hoekwater wrote: > I did some reading up and checked the latex output. It seems > LaTeX does a trick (/OpenAction in the /Catalog jumps to the > first page) to make the views match up. I tried to emulate that, > but could not get it to work (quickly). Will try more tomorrow. > openaction is there for a while, the trick is (at least that is something that acrobat does when you change the doc prefs) is do do a 'goto first page and use a fith with a -32K offset, which to me looks like a hack; (the best way to find solution is to see what acrobat itself does and then look into the saved file -) so, i can imagine latex to do an open action like that however, in context openactions can be more complex, like: openaction={page(10),FitWidth,startmovie(whatever)} so, if one really wants a fith -infty than we need to make a special def for that (but we have FitWidth) Hans