From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25758 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Peter_M=FCnster?= Newsgroups: gmane.comp.tex.context Subject: pdfstartview Date: Wed, 1 Feb 2006 16:33:20 +0100 (CET) Message-ID: 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 1138808172 23721 80.91.229.2 (1 Feb 2006 15:36:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Feb 2006 15:36:12 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 01 16:36:06 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 1F4K08-0007JC-Lz for gctc-ntg-context-518@m.gmane.org; Wed, 01 Feb 2006 16:34:33 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BF3981280F; Wed, 1 Feb 2006 16:34:30 +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 25781-02; Wed, 1 Feb 2006 16:34:27 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EE6C9127D1; Wed, 1 Feb 2006 16:34:26 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9E0B9127D1 for ; Wed, 1 Feb 2006 16:34:25 +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 25797-01 for ; Wed, 1 Feb 2006 16:34:24 +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 93095127A8 for ; Wed, 1 Feb 2006 16:34:24 +0100 (CET) Original-Received: from gaston.free.fr (c5850-a3-2-62-147-22-96.dial.proxad.net [62.147.22.96]) by smtp6-g19.free.fr (Postfix) with ESMTP id A63B61821D for ; Wed, 1 Feb 2006 16:34:18 +0100 (CET) Original-Received: by gaston.free.fr (Postfix, from userid 500) id D547B13C104; Wed, 1 Feb 2006 16:33:22 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by gaston.free.fr (Postfix) with ESMTP id 007ED148173 for ; Wed, 1 Feb 2006 16:33:21 +0100 (CET) X-X-Sender: peter@gaston.free.fr Original-To: ConTeXt list 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:25758 Archived-At: Hello Taco, in the collector item 80, I was perhaps not clear enough. In fact, I'm just looking for the ConTeXt-way to do the same as the following in LaTeX: \documentclass{article} \usepackage[pdfstartview=FitBH,pdfpagemode=FullScreen]{hyperref} \begin{document} \tableofcontents \newpage \section{bla} \end{document} That is: - when starting acroread, the view is "minwidth" - and the mode is "FullScreen" - and when clicking on a reference, the zoom-level does *not* change Since this is possible with LaTeX, I believe that it should be also possible with ConTeXt, for example like this: \setupoutput[pdf] \setupinteraction[state=start,startfocus=minwidth] \setupinteractionscreen[option=max] \starttext \completecontent \page \section{bla} \stoptext Greetings, Peter -- http://pmrb.free.fr/contact/