From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25997 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Peter_M=FCnster?= Newsgroups: gmane.comp.tex.context Subject: Re: pdfstartview Date: Thu, 16 Feb 2006 18:55:13 +0100 (CET) Message-ID: References: <6faad9f00602010817t5c416f03sf546fc80bc695ab6@mail.gmail.com> <43E11DDE.80508@wxs.nl> <43E135FD.1050405@wxs.nl> <43E3BB0D.2040206@wxs.nl> Reply-To: ntg-context@ntg.nl 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 1140113088 24801 80.91.229.2 (16 Feb 2006 18:04:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Feb 2006 18:04:48 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 16 19:04:42 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 1F9nUH-00080Y-UH for gctc-ntg-context-518@m.gmane.org; Thu, 16 Feb 2006 19:04:18 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 651411278F; Thu, 16 Feb 2006 19:04:17 +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 08774-02; Thu, 16 Feb 2006 19:04:13 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0342612780; Thu, 16 Feb 2006 19:04:13 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7AF4212780 for ; Thu, 16 Feb 2006 19:04:11 +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 08572-03 for ; Thu, 16 Feb 2006 19:04:10 +0100 (CET) Original-Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by ronja.ntg.nl (Postfix) with SMTP id 605161277E for ; Thu, 16 Feb 2006 19:04:10 +0100 (CET) Original-Received: from gaston.free.fr (c5850-a3-2-62-147-21-243.dial.proxad.net [62.147.21.243]) by smtp6-g19.free.fr (Postfix) with ESMTP id 35F1B1808D for ; Thu, 16 Feb 2006 19:04:09 +0100 (CET) Original-Received: by gaston.free.fr (Postfix, from userid 500) id 323FA13C103; Thu, 16 Feb 2006 18:55:13 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by gaston.free.fr (Postfix) with ESMTP id C9710148174 for ; Thu, 16 Feb 2006 18:55:13 +0100 (CET) X-X-Sender: peter@gaston.free.fr Original-To: mailing list for ConTeXt users In-Reply-To: <43E3BB0D.2040206@wxs.nl> 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:25997 Archived-At: On Fri, 3 Feb 2006, Hans Hagen wrote: > > I don't know, how it's done in LaTeX, but it has always worked during the > > last 5 years independently of the version of acroread. > > > hm, i wonder, since it's a bunch of conflicting specs; also, openaction > has not been around from the start of pdf (and got more robust later), > and access to the page object number in pdftex is pretty recent Hello Hans, thanks for all your explanations! Perhaps LaTeX does not use "openaction". I've made a test with pdflatex-0.13d and pdflatex-1.30.4 with the following input: \documentclass{article} \pdfcompresslevel=0 \usepackage[pdfstartview=FitBH,pdfpagemode=FullScreen]{hyperref} \begin{document} \tableofcontents \newpage \section{bla} \end{document} The two results are in http://pmrb.free.fr/tmp/pdfstartview/ acroread-4.0.5 and acroread-7.0.1 open these files without problems. The result of a "grep -a FitBH test-0.13d.pdf test-1.30.4.pdf": test-0.13d.pdf:<< /S /GoTo /D [9 0 R /FitBH ] >> test-1.30.4.pdf:<< /S /GoTo /D [10 0 R /FitBH ] >> If you could provide a command like \doittheLaTeXway[pdfstartview=FitBH,pdfpagemode=FullScreen] that would be really nice! Greetings, Peter -- http://pmrb.free.fr/contact/